mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/upnp: add missing firewall anchors (#3165)
This commit is contained in:
@@ -41,6 +41,8 @@ function miniupnpd_firewall($fw)
|
||||
|
||||
$fw->registerAnchor('miniupnpd', 'rdr');
|
||||
$fw->registerAnchor('miniupnpd', 'fw');
|
||||
$fw->registerAnchor('miniupnpd', 'nat', 0, 'head');
|
||||
$fw->registerAnchor('miniupnpd', 'binat');
|
||||
}
|
||||
|
||||
function miniupnpd_services()
|
||||
|
||||
Reference in New Issue
Block a user