diff options
author | Renato Botelho <renato@netgate.com> | 2015-10-12 13:10:25 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-10-12 13:10:25 -0300 |
commit | 01cbf628b0c380390ea05bd0b4aec62240160c1f (patch) | |
tree | be7817999bd1674046c811d12103d94fb605fc45 /config/ftpproxy/ftpproxy.xml | |
parent | 962d6b0bbe07c96776950a24a06043cd295ce26c (diff) | |
parent | 8bf072f84eaf475ab344fb6b9264c6d02cec677f (diff) | |
download | pfsense-packages-01cbf628b0c380390ea05bd0b4aec62240160c1f.tar.gz pfsense-packages-01cbf628b0c380390ea05bd0b4aec62240160c1f.tar.bz2 pfsense-packages-01cbf628b0c380390ea05bd0b4aec62240160c1f.zip |
Merge pull request #1095 from doktornotor/patch-1
Diffstat (limited to 'config/ftpproxy/ftpproxy.xml')
-rw-r--r-- | config/ftpproxy/ftpproxy.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/config/ftpproxy/ftpproxy.xml b/config/ftpproxy/ftpproxy.xml index 53740832..d45e4eb6 100644 --- a/config/ftpproxy/ftpproxy.xml +++ b/config/ftpproxy/ftpproxy.xml @@ -41,7 +41,7 @@ ]]> </copyright> <name>FTP Client Proxy</name> - <version>0.2.2</version> + <version>0.3</version> <title>FTP Client Proxy</title> <aftersaveredirect>pkg_edit.php?xml=ftpproxy.xml</aftersaveredirect> <include_file>/usr/local/pkg/ftpproxy.inc</include_file> @@ -87,6 +87,13 @@ <multiple/> </field> <field> + <fielddescr>Early Firewall Rule</fielddescr> + <fieldname>earlyrule</fieldname> + <description>Check this box to move the automatically added FTP rules higher in the ruleset to bypass explicit blocks. Helps allow passive FTP to arbitrary destinations, but FTP will always be allowed outbound when checked.</description> + <type>checkbox</type> + <default_value>off</default_value> + </field> + <field> <fielddescr>Anonymous Only</fielddescr> <fieldname>anononly</fieldname> <description>Only permit anonymous FTP connections using the "ftp" or "anonymous" users.</description> |