ADNS Zones and Records

/api/peers

/api/zones

/api/zones/:zone/records

/api/records

/api/records/:name

Peers:

SOA example.com {{ primary }} admin.example.com {{ seconds until expiration }} {{ minimum }} {{ serial }} {{ retry }} {{ refresh }} {{ ttl }}
type000 example.com {{ hex }} {{ ttl }}
ANY example.com {{ ttl }}
A / AAAA example.com {{ addr }} {{ ttl }}
ANAME / CNAME example.com {{ target }} {{ ttl }}
CAA example.com {{ flag }} {{ value }} {{ ttl }}
MX example.com {{ target }} {{ priority }} {{ ttl }}
PTR example.com {{ ttl }}
SRV example.com {{ port }} {{ priority }} {{ ttl }}
TXT example.com {{ text data }} {{ ttl }}