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/038-soa.json

24 lines
442 B
JSON
Raw Normal View History

{
"registrars": [],
"dns_providers": [],
"domains": [
{
"name": "foo.com",
"registrar": "none",
"dnsProviders": {},
"records": [
{
"type": "SOA",
"name": "@",
"target": "ns1.foo.com.",
"soambox": "admin.foo.com",
"soarefresh": 3600,
"soaexpire": 604800,
"soaretry": 900,
"soaminttl": 86400
}
]
}
]
}