mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add frickin pptp proxy hooks.
This commit is contained in:
parent
6de03121b9
commit
490ebea123
@ -1098,6 +1098,11 @@ EOD;
|
||||
$natrules .= clamav_generate_rules('nat');
|
||||
}
|
||||
|
||||
if (is_package_installed('frickin') && file_exists('/usr/local/pkg/frickin.inc')) {
|
||||
require_once ('frickin.inc');
|
||||
$natrules .= frickin_generate_rules('nat');
|
||||
}
|
||||
|
||||
$natrules .= process_carp_nat_rules();
|
||||
|
||||
$natrules .= "# IMSpector rdr anchor\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user