mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #2582 from NOYB/System_/_Advanced_/_Firewall_and_NAT_-_Remove_PPTP_from_Verbiage
This commit is contained in:
commit
f519f112e0
@ -470,7 +470,7 @@ $section->addInput(new Form_Checkbox(
|
||||
$section->addInput(new Form_Checkbox(
|
||||
'disablescrub',
|
||||
'Disable Firewall Scrub',
|
||||
'Disables the PF scrubbing option which can sometimes interfere with NFS and PPTP traffic.',
|
||||
'Disables the PF scrubbing option which can sometimes interfere with NFS traffic.',
|
||||
isset($config['system']['disablescrub'])
|
||||
));
|
||||
|
||||
@ -545,8 +545,7 @@ $section->addInput(new Form_Checkbox(
|
||||
'Disable Auto-added VPN rules',
|
||||
'Disable all auto-added VPN rules.',
|
||||
isset($config['system']['disablevpnrules'])
|
||||
))->setHelp('<span>Note: This disables automatically added rules for IPsec, '.
|
||||
'PPTP.</span>');
|
||||
))->setHelp('Note: This disables automatically added rules for IPsec.');
|
||||
|
||||
$section->addInput(new Form_Checkbox(
|
||||
'disablereplyto',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user