summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-09-02 18:03:40 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-09-02 18:03:40 +0000
commitdda5c8d90d86de39777df2ed6455e18083b496d1 (patch)
tree28e9c7104802e2c8273373d866827a99cbfe281b /etc
parent359e3f6a0b908edc4a565ca32c937b0843ae7ede (diff)
downloadpfsense-dda5c8d90d86de39777df2ed6455e18083b496d1.zip
pfsense-dda5c8d90d86de39777df2ed6455e18083b496d1.tar.gz
Start proxy at 8020
Diffstat (limited to 'etc')
-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 2f370b2..320e5f4 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -882,7 +882,7 @@ function filter_nat_rules_generate()
$natrules .= "no rdr on $realif proto udp from <onetoonelist> to any port tftp\n";
}
}
- $tmp_port = 8021 + $interface_counter;
+ $tmp_port = 8020 + $interface_counter;
$temp_array_holder_pftpx = array();
$temp_array_holder_pftpx['port'] = $tmp_port;
$temp_array_holder_pftpx['interface'] = "\${$ifcfg['descr']}";
OpenPOWER on IntegriCloud