mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-10 09:27:46 +08:00
30 lines
509 B
JSON
30 lines
509 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"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|