mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correct typo for PPTP rules.
This commit is contained in:
parent
073deb074c
commit
1772bc7287
@ -844,7 +844,7 @@ function filter_nat_rules_generate() {
|
||||
}
|
||||
}
|
||||
|
||||
if ($dcfg['mode'] && $pptpdcfg['mode'] != "off") {
|
||||
if ($pptpdcfg['mode'] && $pptpdcfg['mode'] != "off") {
|
||||
|
||||
if ($pptpdcfg['mode'] == "server")
|
||||
$pptpdtarget = "127.0.0.1";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user