v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
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.

apiversioninteger

The version of the API.

funcstring

The name of the method called.

modulestring

The name of the module called.

Example response

{
  "apiversion": 3,
  "func": "unset_nsec3",
  "module": "DNSSEC",
  "result": {
    "data": {
      "disabled": {
        "example.com": 1
      }
    },
    "status": 1
  }
}