mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Missing space
This commit is contained in:
parent
8c6516d1d3
commit
82e2932903
@ -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";
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user