From: Martin Johansson Date: Tue, 11 Oct 2011 10:43:52 +0000 (-0400) Subject: Add password example to OpenWRT default conf. X-Git-Url: http://git.code-monkey.de/?p=umurmur.git;a=commitdiff_plain;h=c6a314f35325cc7910730b193e5ff544e6023c8f Add password example to OpenWRT default conf. --- diff --git a/openwrt/files/umurmur.conf b/openwrt/files/umurmur.conf index 0caf16c..8533483 100644 --- a/openwrt/files/umurmur.conf +++ b/openwrt/files/umurmur.conf @@ -36,11 +36,13 @@ channels = ( { name = "Red team"; parent = "Lobby"; description = "The Red team channel"; + # password = "redpw"; }, { name = "Blue team"; parent = "Lobby"; description = "The Blue team channel"; + # password = "bluepw"; } ); # Channel links configuration. @@ -55,4 +57,5 @@ channel_links = ( { ); # The channel in which users will appear in when connecting. +# Note that default channel can't have 'noenter = true' or password set default_channel = "Lobby";