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:
domain required | string <domain> The domain for which to disable DNSSEC. Note: To disable DNSSEC for multiple domains, duplicate or increment the parameter name. For example, to check three domains, you could:
domain=domain=example.com&domain-1=example1.com&domain-2=example2.com domain=domain=example.com&domain=example1.com&domain=example2.com domain=example.com |
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
}
}