nodogsplash: add option fwhook_enabled
This commit is contained in:
parent
efc34e8501
commit
9f09cdda6c
1 changed files with 4 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue