Commit 0203148e authored by Franco Fichtner's avatar Franco Fichtner

upnp: fix regression introduced in 16.7.8

PR: https://forum.opnsense.org/index.php?topic=3976
(cherry picked from commit 8e013753)
parent ad7eb7ed
......@@ -39,8 +39,8 @@ function miniupnpd_firewall($fw)
return;
}
$fw->registerAnchor('miniupnpd/*', 'rdr');
$fw->registerAnchor('miniupnpd/*', 'fw');
$fw->registerAnchor('miniupnpd', 'rdr');
$fw->registerAnchor('miniupnpd', 'fw');
}
function miniupnpd_services()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment