Merge pull request #392 from cotequeiroz/pimbd-constant_cpu_to_be32
[feed/routing.git] / nodogsplash2 / files / nodogsplash.config
index 37269bd886cadcb09dc987c0857d88d88fa9fa09..2107b77c1c3d0cb84da7669a41224701a8055ea7 100644 (file)
@@ -5,6 +5,10 @@
 config nodogsplash
   # Set to 0 to disable nodogsplash
   option enabled 1
+  
+  # Set to 0 to disable hook that makes Firewall restart nodogsplash when Firewall restarts
+  # This hook is needed as a restart of Firewall overwrites nodogsplash iptables entries
+  option fwhook_enabled '1'
 
   # Serve the file splash.html from this directory
   option webroot '/etc/nodogsplash/htdocs'
@@ -27,7 +31,7 @@ config nodogsplash
   
   option gatewayname 'OpenWrt Nodogsplash'
   option maxclients '250'
-  #Client timeouts in minutes
+  # Client timeouts in minutes
   option clientidletimeout '120'
   option clientforcetimeout '1440'
 
@@ -44,7 +48,7 @@ config nodogsplash
   #list authenticated_users 'allow udp port 53'
   #list authenticated_users 'allow tcp port 80'
   #list authenticated_users 'allow tcp port 443'
-  #Or for happy customers allow all
+  # Or for happy customers allow all
   list authenticated_users 'allow all'
 
 
@@ -69,7 +73,7 @@ config nodogsplash
   #list allowedmac '00:00:C0:01:D0:1D'
   #list blockedmac '00:00:C0:01:D0:2D'
 
-  #MAC addresses that do not need to authenticate
+  # MAC addresses that do not need to authenticate
   #list trustedmac '00:00:C0:01:D0:1D'
 
   # Set FW_MARK for compatibilty with other OpenWrt Packages eg mwan3, sqm etc.