From: Martin Johansson Date: Sun, 18 Mar 2012 19:09:44 +0000 (+0100) Subject: Add new parameters to openwrt config. X-Git-Url: http://git.code-monkey.de/?p=umurmur.git;a=commitdiff_plain;h=09fac3fe813e58be5e1328c7043a5519e130dc33 Add new parameters to openwrt config. --- diff --git a/openwrt/files/umurmur.conf b/openwrt/files/umurmur.conf index 8533483..c48e565 100644 --- a/openwrt/files/umurmur.conf +++ b/openwrt/files/umurmur.conf @@ -3,6 +3,12 @@ welcometext = "Welcome to uMurmur!"; certificate = "/etc/umurmur/cert.crt"; private_key = "/etc/umurmur/key.key"; password = ""; +# admin_password = "test"; # Set to enable admin functionality. +# ban_length = 0; # Length in seconds for a ban. Default is 0. 0 = forever. +# enable_ban = false; # Default is false +# banfile = "banfile.txt"; # File to save bans to. Default is to not save bans to file. +# sync_banfile = false; # Keep banfile synced. Default is false, which means it is saved to at shutdown only. +# allow_textmessage = true; # Default is true max_users = 10; # bindport = 64738;