summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-24 21:00:55 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-24 21:00:55 +0000
commitb47ba91e4255f7dcaff7ac70e8d10ff1acfa497b (patch)
tree4e6c938e41a929f360b3c739812c1e0ef198197c /etc/inc
parentfb7df0d05661b5294e21007a912bd5144570d10e (diff)
downloadpfsense-b47ba91e4255f7dcaff7ac70e8d10ff1acfa497b.zip
pfsense-b47ba91e4255f7dcaff7ac70e8d10ff1acfa497b.tar.gz
Group pftpx anchor with ftp-proxy
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/filter.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 10da0b3..cb62ef2 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1409,6 +1409,7 @@ EOD;
# enable ftp-proxy
anchor "ftpproxy"
+anchor "pftpx/*"
pass in quick on $wanif inet proto tcp from port 20 to ($wanif) port > 49000 user proxy flags S/SA keep state label "FTP PROXY: PASV mode data connection"
EOD;
@@ -1488,8 +1489,6 @@ EOD;
$ipfrules .= <<<EOD
-anchor "pftpx/*"
-
# WAN spoof check
anchor "wanspoof"
block in $log quick on $wanif from $lansa/$lansn to any label "WAN spoof check"
OpenPOWER on IntegriCloud