mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
68 lines
1.5 KiB
JSON
68 lines
1.5 KiB
JSON
|
|
{
|
||
|
|
"registrars":
|
||
|
|
[
|
||
|
|
{"name":"Third-Party","type":"NONE"}
|
||
|
|
],
|
||
|
|
"dns_providers":[{"name":"Cloudflare","type":"CLOUDFLAREAPI"}],
|
||
|
|
"domains":
|
||
|
|
[
|
||
|
|
{
|
||
|
|
"name":"domain.tld",
|
||
|
|
"registrar":"Third-Party",
|
||
|
|
"dnsProviders": {"Cloudflare":-1},
|
||
|
|
"records":
|
||
|
|
[
|
||
|
|
{
|
||
|
|
"type":"A",
|
||
|
|
"name":"@",
|
||
|
|
"target":"127.0.0.1"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type":"A",
|
||
|
|
"name":"www",
|
||
|
|
"target":"127.0.0.2"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type":"CNAME",
|
||
|
|
"name":"a",
|
||
|
|
"target":"b"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type":"A",
|
||
|
|
"name":"aaa",
|
||
|
|
"target":"127.0.0.3"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type":"CNAME",
|
||
|
|
"name":"c",
|
||
|
|
"target":"d"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type":"A",
|
||
|
|
"name":"bbb.sub",
|
||
|
|
"subdomain":"sub",
|
||
|
|
"target":"127.0.0.4"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type":"A","name":"ccc.sub","subdomain":"sub","target":"127.0.0.5"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type":"CNAME","name":"e.sub","subdomain":"sub","target":"f"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type":"A","name":"ddd.sub.sub","subdomain":"sub.sub","target":"127.0.0.6"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type":"CNAME","name":"g.sub.sub","subdomain":"sub.sub","target":"h"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type":"A","name":"sub","subdomain":"sub","target":"127.0.0.7"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type":"CNAME","name":"i.sub","subdomain":"sub","target":"j"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|