mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2026-01-03 23:04:55 +08:00
26 lines
518 B
JSON
26 lines
518 B
JSON
{
|
|
"dns_providers": [],
|
|
"domains": [
|
|
{
|
|
"dnsProviders": {},
|
|
"meta": {
|
|
"dnscontrol_uniquename": "foo.com"
|
|
},
|
|
"name": "foo.com",
|
|
"records": [
|
|
{
|
|
"filepos": "[line:2:5]",
|
|
"meta": {
|
|
"orig_custom_type": "CF_WORKER_ROUTE"
|
|
},
|
|
"name": "@",
|
|
"target": "test.foo.com,test-worker",
|
|
"ttl": 300,
|
|
"type": "CF_WORKER_ROUTE"
|
|
}
|
|
],
|
|
"registrar": "none"
|
|
}
|
|
],
|
|
"registrars": []
|
|
}
|