diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index f8c3065e45..7564a2398c 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -2068,7 +2068,7 @@ EOD; $cpinterface = implode(" ", $cpiflist); $cpaddresses = implode(" ", $cpiplist); $ipfrules .= "pass in {$log} quick on { {$cpinterface} } proto tcp from any to { {$cpaddresses} } port { 8000 8001 } keep state(sloppy)\n"; - $ipfrules .= "pass out {$log} quick on { {$cpinterface} } proto tcp from any port { 8000 8001 80 } to any flags any keep state(sloppy)\n"; + $ipfrules .= "pass out {$log} quick on { {$cpinterface} } proto tcp from any to any flags any keep state(sloppy)\n"; } } @@ -2759,4 +2759,4 @@ function discover_pkg_rules($ruletype) { return $rules; } -?> \ No newline at end of file +?>