mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Merge pull request #1649 from fraenki/bind_xmlrpc
dns/bind: enable xmlrpc sync
This commit is contained in:
@@ -53,3 +53,12 @@ function bind_services()
|
||||
|
||||
return $services;
|
||||
}
|
||||
|
||||
function bind_xmlrpc_sync()
|
||||
{
|
||||
$result = array();
|
||||
$result['id'] = 'bind';
|
||||
$result['section'] = 'OPNsense.bind';
|
||||
$result['description'] = gettext('BIND domain name service');
|
||||
return array($result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user