mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Use keep state instead of modulate state
This commit is contained in:
parent
4126f8a509
commit
4bc3dc19fb
@ -2617,7 +2617,7 @@ EOD;
|
||||
|
||||
# PPTPd rules
|
||||
anchor "pptp"
|
||||
pass quick proto gre from any to $pptpdtarget modulate state label "allow gre pptpd"
|
||||
pass quick proto gre from any to $pptpdtarget keep state label "allow gre pptpd"
|
||||
pass in quick on \$wan proto tcp from any to $pptpdtarget port = 1723 modulate state label "allow pptpd {$pptpdtarget}"
|
||||
|
||||
EOD;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user