diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-11-07 00:04:28 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-11-07 00:04:28 +0000 |
commit | 543dcec8bec06d2c367a8ce3301312fbee88e86d (patch) | |
tree | 950d731fedf956a202a70857cbb64721d43ea496 /cf | |
parent | c2ce153a12bc274da69db4019cf577cd952b6cb3 (diff) | |
download | pfsense-543dcec8bec06d2c367a8ce3301312fbee88e86d.zip pfsense-543dcec8bec06d2c367a8ce3301312fbee88e86d.tar.gz |
Disable FTP proxy helper on WAN by default
Diffstat (limited to 'cf')
-rw-r--r-- | cf/conf/config.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml index 732bef6..ce12150 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -57,6 +57,7 @@ <subnet></subnet> <gateway></gateway> <blockpriv/> + <disableftpproxy/> <dhcphostname></dhcphostname> <media></media> <mediaopt></mediaopt> |