mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
(tinc) hook in xmlrpc sync
This commit is contained in:
@@ -97,3 +97,13 @@ function tinc_interfaces()
|
||||
|
||||
return $interfaces;
|
||||
}
|
||||
|
||||
function tinc_xmlrpc_sync()
|
||||
{
|
||||
$result = array();
|
||||
$result['id'] = 'tincvpn';
|
||||
$result['section'] = 'OPNsense.Tinc';
|
||||
$result['description'] = 'Tinc VPN';
|
||||
$result['help'] = gettext('Synchronize Tinc VPN settings to backup');
|
||||
return array($result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user