dnscontrol/pkg/js/parse_tests/008-import.json

19 lines
279 B
JSON
Raw Normal View History

{
"dns_providers": [],
"domains": [
{
"dnsProviders": {},
"name": "foo.com",
"records": [
{
"name": "@",
"target": "1.2.3.4",
"type": "A"
}
],
"registrar": "none"
}
],
"registrars": []
}