Added missing callbacks

This commit is contained in:
Tim Wilkinson 2022-08-12 13:16:37 -07:00 committed by Joe AE6XE
parent a8d3be4403
commit 471f200782
1 changed files with 2 additions and 0 deletions

View File

@ -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
},
{