summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-05 02:01:19 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-05 02:01:19 +0000
commit4692696e1d54641322f6e0f96226b4da5d8bd17d (patch)
tree8169e05c871274ec7477223e66e40c2da138a16e /etc/inc
parent9afcc3f41857a06a84acc14e0d7fd4dab626ce3a (diff)
downloadpfsense-4692696e1d54641322f6e0f96226b4da5d8bd17d.zip
pfsense-4692696e1d54641322f6e0f96226b4da5d8bd17d.tar.gz
Use 21 and 81
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index a569722..f27e8c6 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -606,7 +606,7 @@ function filter_nat_rules_generate() {
if($natport == "21" and !$config['system']['disableftpproxy']) {
$helpers = exec("ps awux | grep pftpx | grep {$target}");
if(!$helpers)
- mwexec_bg("/usr/local/sbin/pftpx -c 81 -f {$target} -g 81");
+ mwexec_bg("/usr/local/sbin/pftpx -c 21 -f {$target} -g 81");
}
}
OpenPOWER on IntegriCloud