dnscontrol/pkg/js/parse_tests/039-include.json

63 lines
1.2 KiB
JSON

{
"dns_providers": [
{
"name": "Cloudflare",
"type": "CLOUDFLAREAPI"
}
],
"domains": [
{
"dnsProviders": {
"Cloudflare": -1
},
"meta": {
"dnscontrol_tag": "external",
"dnscontrol_uniquename": "foo.com!external"
},
"name": "foo.com",
"records": [
{
"filepos": "[line:5:5]",
"name": "@",
"target": "1.2.3.4",
"ttl": 300,
"type": "A"
}
],
"registrar": "Third-Party"
},
{
"dnsProviders": {
"Cloudflare": -1
},
"meta": {
"dnscontrol_tag": "internal",
"dnscontrol_uniquename": "foo.com!internal"
},
"name": "foo.com",
"records": [
{
"filepos": "[line:5:5]",
"name": "@",
"target": "1.2.3.4",
"ttl": 300,
"type": "A"
},
{
"filepos": "[line:10:5]",
"name": "local",
"target": "127.0.0.1",
"ttl": 300,
"type": "A"
}
],
"registrar": "Third-Party"
}
],
"registrars": [
{
"name": "Third-Party",
"type": "NONE"
}
]
}