opendns - add xmlrpc sync hook

This commit is contained in:
Ad Schellevis 2024-06-03 16:13:16 +02:00
parent abec7c49be
commit 79312f47ea

View File

@ -49,6 +49,16 @@ function opendns_configure_do($verbose = false)
}
}
function opendns_xmlrpc_sync()
{
return [
[
'description' => gettext('OpenDNS'),
'section' => 'opendns',
'id' => 'opendns'
]
];
}
function opendns_register($pconfig)
{
$ch = curl_init();