X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=openwrt%2Ffiles%2Fumurmur.conf;h=826746bda7fc5759169aedc52b2222bc6c0e01d8;hb=b91d06fed25bc7f602b2119f829ba962890a6b4f;hp=09161fa0b85300982ade940623125b6c2ee92f28;hpb=340771883dfd2bb0c85590880612477e9187e55f;p=umurmur.git diff --git a/openwrt/files/umurmur.conf b/openwrt/files/umurmur.conf index 09161fa..826746b 100644 --- a/openwrt/files/umurmur.conf +++ b/openwrt/files/umurmur.conf @@ -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";