1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00
Files
stackexchange-dnscontrol/pkg/js/parse_tests/020-nameserver-ttl.json

24 lines
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": []
}
]
}