summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-11-21 22:40:49 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-11-21 22:40:49 +0000
commite786fa1ead5e9c9795c246099199bd6c04991875 (patch)
treeaac2c97d25a719248470a271dc8072cdfd638c00 /etc/inc/filter.inc
parent8e7b8da03ab1e7779e8faa0462cd90c71ac44c6f (diff)
downloadpfsense-e786fa1ead5e9c9795c246099199bd6c04991875.zip
pfsense-e786fa1ead5e9c9795c246099199bd6c04991875.tar.gz
Switch over to ftp-proxy from pftpx.
Diffstat (limited to 'etc/inc/filter.inc')
-rw-r--r--etc/inc/filter.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 36b3211..83dda01 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -44,8 +44,8 @@ if($config['system']['shapertype'] <> "m0n0")
/* holds the items that will be executed *AFTER* the filter is fully loaded */
$after_filter_configure_run = array();
-/* hold the ports being used by pftpx to install the behind the scenes rule that
- * forces traffic out the primary wan until multi-wan pftpx is all the rage.
+/* hold the ports being used by ftp-prxy to install the behind the scenes rule that
+ * forces traffic out the primary wan until multi-wan ftp-proxy is all the rage.
*/
$used_pftpx_ports = array();
@@ -1120,7 +1120,7 @@ function filter_nat_rules_generate() {
} else {
$shaper_queue = "";
}
- $after_filter_configure_run[] = "/usr/local/sbin/pftpx {$shaper_queue}-f {$target} -b {$external_address} -c 21 -g 21";
+ $after_filter_configure_run[] = "/usr/local/sbin/ftp-proxy {$shaper_queue}-R {$target} -b {$external_address} -p 21 -P 21";
}
$dontinstallrdr = true;
}
OpenPOWER on IntegriCloud