mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Don't forget LAN rule for PFTPX lo0
This commit is contained in:
parent
ffab667b40
commit
341972f201
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user