projects
/
umurmur.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76f6cc6
)
Add password example to OpenWRT default conf.
author
Martin Johansson
<martin@fatbob.nu>
Tue, 11 Oct 2011 10:43:52 +0000
(06:43 -0400)
committer
Martin Johansson
<martin@fatbob.nu>
Tue, 11 Oct 2011 10:43:52 +0000
(06:43 -0400)
openwrt/files/umurmur.conf
patch
|
blob
|
history
diff --git
a/openwrt/files/umurmur.conf
b/openwrt/files/umurmur.conf
index 0caf16c90be8a429551dfd7bbc304d92c73c6429..853348318750f380e47dc4a22f8845b894b5b555 100644
(file)
--- 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";