DNSSEC
DNS Security
Update domain to use NSEC
This function configures the domain to use Next Secure Record (NSEC) semantics instead of Next Secure Record 3 (NSEC3) semantics.
Important:
When you disable the DNS role, the system disables this function.
get/DNSSEC/unset_nsec3
Query parameters
domainstring required
Example:example.com
The domain on which to disable NSEC3 semantics and use NSEC semantics.
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "unset_nsec3",
"module": "DNSSEC",
"result": {
"data": {
"disabled": {
"example.com": 1
}
},
"status": 1
}
}