DNSsec

You are currently watching the v2 legacy branch documentation.

Internal API: DNSsec


Get Keys:

Get a list of DNSsec keys and DS records:

$domain = 'example.com';
$result = $dns_api->dnssec->keys($domain);

Rectify Zone:

Rectify an existing zone:

$domain = 'example.com';
$result = $dns_api->dnssec->rectify($domain);