mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
XMLRPC / HA-Sync: add services keyword (introduced https://github.com/opnsense/core/issues/4834) in xmlrpc templates for existing plugins.
This commit is contained in:
@@ -60,5 +60,6 @@ function bind_xmlrpc_sync()
|
||||
$result['id'] = 'bind';
|
||||
$result['section'] = 'OPNsense.bind';
|
||||
$result['description'] = gettext('BIND domain name service');
|
||||
$result['services'] = ['named'];
|
||||
return array($result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user