From 09fac3fe813e58be5e1328c7043a5519e130dc33 Mon Sep 17 00:00:00 2001 From: Martin Johansson Date: Sun, 18 Mar 2012 20:09:44 +0100 Subject: [PATCH] Add new parameters to openwrt config. --- openwrt/files/umurmur.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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; -- 2.30.2