From c6a314f35325cc7910730b193e5ff544e6023c8f Mon Sep 17 00:00:00 2001 From: Martin Johansson Date: Tue, 11 Oct 2011 06:43:52 -0400 Subject: [PATCH] Add password example to OpenWRT default conf. --- openwrt/files/umurmur.conf | 3 +++ 1 file changed, 3 insertions(+) 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"; -- 2.30.2