This function disables DNSSEC on the domain.
Note:
Only servers that run PowerDNS can use DNSSEC. If you call this function on a server that doesn't use PowerDNS, you will receive an error.
Warning:
HTTP Request was successful.
object | |
object |
whmapi1 --output=jsonpretty \ disable_dnssec_for_domains \ domain='example.com'
{- "data": {
- "domains": [
- {
- "disabled": 1,
- "domain": "example.com"
}
]
}, - "metadata": {
- "command": "disable_dnssec_for_domains",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}