mirror of https://github.com/aredn/aredn.git
Added missing callbacks
This commit is contained in:
parent
a8d3be4403
commit
471f200782
|
@ -159,6 +159,7 @@ local settings = {
|
|||
type = "boolean",
|
||||
desc = "Allow my LAN devices to access my WAN - ON by default",
|
||||
default = "1",
|
||||
postcallback = "changeWANGW()",
|
||||
needreboot = true
|
||||
},
|
||||
{
|
||||
|
@ -167,6 +168,7 @@ local settings = {
|
|||
type = "boolean",
|
||||
desc = "Provide default route to LAN devices even when WAN access is disabled",
|
||||
default = "0",
|
||||
postcallback = "changeWANGW()",
|
||||
needreboot = true
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue