DNS
Domain Management
Enable NSEC semantics for domain
This function configures the domain to use Next Secure Record (NSEC) semantics instead of Next Secure Record 3 (NSEC3) semantics.
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.
get/unset_nsec3_for_domains
Query parameters
domainstring required
Example:example.com
The domain for which to disable NSEC3 semantics and use NSEC semantics.
Response
HTTP Request was successful.
Example response
{
"data": {
"domains": [
{
"disabled": 1,
"domain": "example.com",
"error": "Error message."
}
]
},
"metadata": {
"command": "unset_nsec3_for_domains",
"reason": "OK",
"result": 1,
"version": 1
}
}