nodogsplash: idletimeout => clientidletimeout (fixes #292)
Signed-off-by: Moritz Warning <moritzwarning@web.de>
This commit is contained in:
parent
79ab503131
commit
93468c3f5f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ config nodogsplash
|
||||||
option network 'lan'
|
option network 'lan'
|
||||||
option gatewayname 'OpenWrt Nodogsplash'
|
option gatewayname 'OpenWrt Nodogsplash'
|
||||||
option maxclients '250'
|
option maxclients '250'
|
||||||
option idletimeout '1200'
|
option clientidletimeout '1200'
|
||||||
|
|
||||||
# Your router may have several interfaces, and you
|
# Your router may have several interfaces, and you
|
||||||
# probably want to keep them private from the network/gatewayinterface.
|
# probably want to keep them private from the network/gatewayinterface.
|
||||||
|
|
Loading…
Reference in a new issue