Set log file output as line-buffered
[umurmur.git] / openwrt / files / umurmur.conf
index 09161fa0b85300982ade940623125b6c2ee92f28..826746bda7fc5759169aedc52b2222bc6c0e01d8 100644 (file)
@@ -1,10 +1,17 @@
-max_bandwidth = 5000;
+max_bandwidth = 48000;
 welcometext = "Welcome to uMurmur!";
 certificate = "/etc/umurmur/cert.crt";
 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 = ( {
@@ -28,4 +35,15 @@ channels = ( {
         description = "The Blue team channel";
         }
 );
+# Channel links configuration.
+channel_links = ( {
+        source = "Lobby";
+        destination = "Red team";
+        },
+        {
+        source = "Lobby";
+        destination = "Blue team";
+        }
+);
+
 default_channel = "Lobby";