Add new parameters with some comments
authorfatbob313 <martin@fatbob.nu>
Tue, 8 Feb 2011 22:06:05 +0000 (22:06 +0000)
committerfatbob313 <martin@fatbob.nu>
Tue, 8 Feb 2011 22:06:05 +0000 (22:06 +0000)
openwrt/files/umurmur.conf
umurmur.conf.example

index 47c0dea0d9e76eb842fc0e495a7142030faacf0e..826746bda7fc5759169aedc52b2222bc6c0e01d8 100644 (file)
@@ -5,6 +5,13 @@ private_key = "/etc/umurmur/key.key";
 password = "";
 max_users = 10;
 
+# Username and groupname for privilege dropping
+# username = "";
+# groupname = "";
+
+# bindaddr = "192.168.1.1";
+# bindport = 64738;
+
 # Root channel must always be defined first.
 # If a channel has a parent, the parent must be defined before the child channel(s).
 channels = ( {
index 09b49c5a581de5c8354341481e18f4ee66e02001..fad2b8091c3c0522354cc1e48ffde81f7eee00cb 100644 (file)
@@ -4,8 +4,15 @@ certificate = "/etc/umurmur/cert.crt";
 private_key = "/etc/umurmur/key.key";
 password = "";
 max_users = 10;
-username = "";
-groupname = "";
+
+# username and groupname for privilege dropping.
+# Will attempt to switch user if set. 
+# username = "";
+# If groupname not set the user's default login group will be used
+# groupname = "";
+
+# bindport = 64738;
+# bindaddr = "192.168.1.1";
 
 # Root channel must always be defined first.
 # If a channel has a parent, the parent must be defined before the child channel(s).