mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-06 07:32:08 +08:00
42ef9f4b9e
* moving a bunch of packages under pkg * fix gen * fix tst * oops * fix test fo real * parse mx/a
26 lines
No EOL
477 B
JSON
26 lines
No EOL
477 B
JSON
{
|
|
"registrars": [
|
|
{
|
|
"name": "Cloudflare",
|
|
"type": "CLOUDFLAREAPI"
|
|
}
|
|
],
|
|
"dns_providers": [],
|
|
"domains": [
|
|
{
|
|
"name": "foo.com",
|
|
"registrar": "Cloudflare",
|
|
"dnsProviders": {},
|
|
"records": [
|
|
{
|
|
"type": "A",
|
|
"name": "@",
|
|
"target": "1.2.3.4",
|
|
"meta": {
|
|
"cloudflare_proxy": "ON"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |