mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Start proxy at 8020
This commit is contained in:
parent
359e3f6a0b
commit
dda5c8d90d
@ -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']}";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user