X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=openwrt%2Ffiles%2Fumurmur.conf;h=47c0dea0d9e76eb842fc0e495a7142030faacf0e;hb=a2278f090858fcb69da788831f7e15775caab756;hp=09161fa0b85300982ade940623125b6c2ee92f28;hpb=4f5a0fbe73d5206e3c9c8d183962919725141091;p=umurmur.git diff --git a/openwrt/files/umurmur.conf b/openwrt/files/umurmur.conf index 09161fa..47c0dea 100644 --- a/openwrt/files/umurmur.conf +++ b/openwrt/files/umurmur.conf @@ -1,4 +1,4 @@ -max_bandwidth = 5000; +max_bandwidth = 48000; welcometext = "Welcome to uMurmur!"; certificate = "/etc/umurmur/cert.crt"; private_key = "/etc/umurmur/key.key"; @@ -28,4 +28,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";