net/upnp: change this back for 25.1

This commit is contained in:
Franco Fichtner
2024-09-30 20:25:36 +02:00
parent edacecf893
commit 57a68f9bba
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
PLUGIN_NAME= upnp
PLUGIN_VERSION= 1.6
PLUGIN_REVISION= 1
PLUGIN_DEPENDS= miniupnpd
PLUGIN_COMMENT= Universal Plug and Play (UPnP IGD & PCP/NAT-PMP) Service
PLUGIN_MAINTAINER= franco@opnsense.org
@@ -90,7 +90,7 @@ function miniupnpd_configure()
{
return [
'bootup' => ['miniupnpd_configure_do'],
'newwanip_map' => ['miniupnpd_configure_do'],
'newwanip' => ['miniupnpd_configure_do'],
];
}