X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=openwrt%2Ffiles%2Fumurmur.conf;fp=openwrt%2Ffiles%2Fumurmur.conf;h=09161fa0b85300982ade940623125b6c2ee92f28;hb=340771883dfd2bb0c85590880612477e9187e55f;hp=0000000000000000000000000000000000000000;hpb=5191e1cb38d24ebf5c180ac7911893ca8bc4031f;p=umurmur.git diff --git a/openwrt/files/umurmur.conf b/openwrt/files/umurmur.conf new file mode 100644 index 0000000..09161fa --- /dev/null +++ b/openwrt/files/umurmur.conf @@ -0,0 +1,31 @@ +max_bandwidth = 5000; +welcometext = "Welcome to uMurmur!"; +certificate = "/etc/umurmur/cert.crt"; +private_key = "/etc/umurmur/key.key"; +password = ""; +max_users = 10; + +# Root channel must always be defined first. +# If a channel has a parent, the parent must be defined before the child channel(s). +channels = ( { + name = "Root"; + parent = ""; + description = "The Root of all channels"; + }, + { + name = "Lobby"; + parent = "Root"; + description = "Lobby channel"; + }, + { + name = "Red team"; + parent = "Lobby"; + description = "The Red team channel"; + }, + { + name = "Blue team"; + parent = "Lobby"; + description = "The Blue team channel"; + } +); +default_channel = "Lobby";