mirror of
https://github.com/openwrt/routing.git
synced 2026-02-04 12:06:32 +08:00
nodogsplash: extend configuration help text
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
|
|
||||||
|
# The options available here are an adaptation of the settings used in nodogsplash.conf.
|
||||||
|
# See https://github.com/nodogsplash/nodogsplash/blob/master/resources/nodogsplash.conf
|
||||||
|
|
||||||
config nodogsplash
|
config nodogsplash
|
||||||
# Set to 1 to enable nodogsplash
|
# Set to 1 to enable nodogsplash
|
||||||
option enabled 0
|
option enabled 0
|
||||||
@@ -39,4 +42,12 @@ config nodogsplash
|
|||||||
list users_to_router 'allow tcp port 80'
|
list users_to_router 'allow tcp port 80'
|
||||||
list users_to_router 'allow tcp port 443'
|
list users_to_router 'allow tcp port 443'
|
||||||
|
|
||||||
# See https://github.com/nodogsplash for a full list of available options.
|
# MAC addresses that are / are not allowed to access the splash page
|
||||||
|
# Value is either 'allow' or 'block'. The allowedmac or blockedmac list is used.
|
||||||
|
#option macmechanism 'allow'
|
||||||
|
#list allowedmac '00:00:C0:01:D0:0D'
|
||||||
|
#list allowedmac '00:00:C0:01:D0:1D'
|
||||||
|
#list blockedmac '00:00:C0:01:D0:2D'
|
||||||
|
|
||||||
|
#MAC addresses that do not need to authenticate
|
||||||
|
#list trustedmac '00:00:C0:01:D0:1D'
|
||||||
|
|||||||
Reference in New Issue
Block a user