Don't forget LAN rule for PFTPX lo0

This commit is contained in:
Scott Ullrich 2006-01-16 00:09:16 +00:00
parent ffab667b40
commit 341972f201

View File

@ -1400,6 +1400,7 @@ EOD;
anchor "ftpproxy"
anchor "pftpx/*"
pass in quick on $lanif inet proto tcp from any to (lo0) port 21 keep state label "FTP PROXY: Allow traffic to localhost"
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;