mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-11 09:59:59 +08:00
26 lines
No EOL
427 B
JSON
26 lines
No EOL
427 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"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |