X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=openwrt%2Ffiles%2Fumurmur.conf;h=fad2b8091c3c0522354cc1e48ffde81f7eee00cb;hb=af40f0509a45add4c9a15551adeb6347decc734e;hp=09161fa0b85300982ade940623125b6c2ee92f28;hpb=340771883dfd2bb0c85590880612477e9187e55f;p=umurmur.git diff --git a/openwrt/files/umurmur.conf b/openwrt/files/umurmur.conf index 09161fa..fad2b80 100644 --- a/openwrt/files/umurmur.conf +++ b/openwrt/files/umurmur.conf @@ -1,10 +1,19 @@ -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. +# 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). channels = ( { @@ -28,4 +37,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";