aboutsummaryrefslogtreecommitdiffstats
path: root/config/ftpproxy/ftpproxy.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config/ftpproxy/ftpproxy.xml')
-rw-r--r--config/ftpproxy/ftpproxy.xml9
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 &quot;ftp&quot; or &quot;anonymous&quot; users.</description>