diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-05-30 04:12:50 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-05-30 04:12:50 +0000 |
commit | 82e2932903968a8a5b5e09c924bc51ae0abbb85e (patch) | |
tree | 5cb35eda8fb5946598bdf11538752c30edf3c371 /etc | |
parent | 8c6516d1d3fd94ad89362931b30e16b8a12364fd (diff) | |
download | pfsense-82e2932903968a8a5b5e09c924bc51ae0abbb85e.zip pfsense-82e2932903968a8a5b5e09c924bc51ae0abbb85e.tar.gz |
Missing space
Diffstat (limited to 'etc')
-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"; } |