mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-10 01:18:30 +08:00
42ef9f4b9e
* moving a bunch of packages under pkg * fix gen * fix tst * oops * fix test fo real * parse mx/a
31 lines
No EOL
532 B
JSON
31 lines
No EOL
532 B
JSON
{
|
|
"registrars": [
|
|
{
|
|
"name": "Third-Party",
|
|
"type": "NONE"
|
|
}
|
|
],
|
|
"dns_providers": [
|
|
{
|
|
"name": "Cloudflare",
|
|
"type": "CLOUDFLAREAPI"
|
|
}
|
|
],
|
|
"domains": [
|
|
{
|
|
"name": "foo.com",
|
|
"registrar": "Third-Party",
|
|
"dnsProviders": {
|
|
"Cloudflare":-1
|
|
},
|
|
"records": [
|
|
{
|
|
"type": "A",
|
|
"name": "@",
|
|
"target": "1.2.3.4",
|
|
"ttl": 42
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |