dns/rfc2136: move back to compatible base event

This commit is contained in:
Franco Fichtner
2024-09-30 20:29:07 +02:00
parent 0620c0bcad
commit c2862e1250
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
PLUGIN_NAME= rfc2136
PLUGIN_VERSION= 1.9
PLUGIN_REVISION= 2
PLUGIN_REVISION= 3
PLUGIN_COMMENT= RFC-2136 Support
PLUGIN_MAINTAINER= franco@opnsense.org
PLUGIN_DEPENDS= bind-tools
@@ -34,7 +34,7 @@ function rfc2136_configure()
return [
'bootup' => ['rfc2136_configure_do'],
'local' => ['rfc2136_configure_do'],
'newwanip_map' => ['rfc2136_configure_do:2'],
'newwanip' => ['rfc2136_configure_do:2'],
];
}