mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
dns/rfc2136: move back to compatible base event
This commit is contained in:
@@ -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'],
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user