dnscontrol/pkg/js/parse_tests/020-nameserver-ttl.json

24 lines
No EOL
386 B
JSON

{
"registrars": [],
"dns_providers": [],
"domains": [
{
"name": "foo.com",
"registrar": "none",
"dnsProviders": {},
"meta": {
"ns_ttl": "86400"
},
"records": []
},
{
"name": "bar.com",
"registrar": "none",
"dnsProviders": {},
"meta": {
"ns_ttl": "300"
},
"records": []
}
]
}