mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-08 08:27:39 +08:00
28 lines
No EOL
592 B
JSON
28 lines
No EOL
592 B
JSON
{
|
|
"registrars": [
|
|
{
|
|
"name": "Third-Party",
|
|
"type": "NONE"
|
|
}
|
|
],
|
|
"dns_service_providers": [
|
|
{
|
|
"name": "Cloudflare",
|
|
"type": "CLOUDFLAREAPI"
|
|
}
|
|
],
|
|
"domains": [
|
|
{
|
|
"name": "foo.com",
|
|
"registrar": "Third-Party",
|
|
"dsps": [
|
|
"Cloudflare"
|
|
],
|
|
"records": [
|
|
{ "type": "A","name": "@","target": "1.2.3.4"},
|
|
{ "type": "A","name": "p1","target": "1.2.3.5"},
|
|
{ "type": "A","name": "p255","target": "1.2.4.3"}
|
|
]
|
|
}
|
|
]
|
|
} |