mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
MFC 13760
Correct UPNP anchor names
This commit is contained in:
parent
58e9f5f5ac
commit
088f2ddc84
@ -514,7 +514,7 @@ function filter_nat_rules_generate() {
|
||||
$lansa = gen_subnet($lancfg['ipaddr'], $lancfg['subnet']);
|
||||
|
||||
$natrules = "# UPnPd rdr anchor\n";
|
||||
$natrules .= "rdr-anchor \"upnpd/*\"\n";
|
||||
$natrules .= "rdr-anchor \"miniupnpd\"\n";
|
||||
|
||||
$natrules .= "nat-anchor \"pftpx/*\"\n";
|
||||
|
||||
@ -1718,6 +1718,9 @@ anchor "packageearly"
|
||||
# carp
|
||||
anchor "carp"
|
||||
|
||||
# uPnPd
|
||||
anchor "miniupnpd"
|
||||
|
||||
EOD;
|
||||
|
||||
if(!isset($config['system']['disableftpproxy'])) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user