Add new parameters to openwrt config.
authorMartin Johansson <martin@fatbob.nu>
Sun, 18 Mar 2012 19:09:44 +0000 (20:09 +0100)
committerMartin Johansson <martin@fatbob.nu>
Sun, 18 Mar 2012 19:09:44 +0000 (20:09 +0100)
openwrt/files/umurmur.conf

index 853348318750f380e47dc4a22f8845b894b5b555..c48e5653314448386df510d55aba0f79c5afd4d6 100644 (file)
@@ -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;