Hello
if I run this, it resets all user "options", with action: "single" - this option can't be changed.
Is there any other way to disable DNS Control only, via API?
Thanks
$Socket->query('/CMD_API_MODIFY_USER',' [
'action' => 'customize',
'user' => $user,
'dnscontrol' => 'OFF'
]);
if I run this, it resets all user "options", with action: "single" - this option can't be changed.
Is there any other way to disable DNS Control only, via API?
Thanks