diff options
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/filter.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index 84eeb14..32b4b7d 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -1918,7 +1918,7 @@ EOD; $ipfrules .= "\n# Setup Captive portal policy rules\n"; $ipfrules .= "table <captiveportal>\n"; $ipfrules .= "block in on {$cp_interface} from any to any label \"block items initially for cp\"\n"; - $ipfrules .= "pass in on {$cp_interface} proto { tcp udp } from any to {$lanip} port { 8000 53 } keep statelabel \"pass items to cp web serv\"\n"; + $ipfrules .= "pass in on {$cp_interface} proto { tcp udp } from any to {$lanip} port { 8000 53 } keep state label \"pass items to cp web serv\"\n"; $ipfrules .= "pass in on {$cp_interface} from <captiveportal> to any keep state label \"allow captive portal authd users\"\n"; } |