mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-11 18:08:57 +08:00
ff3d446681
* Fix failing parse_test 021 * Fix JSON formatting in parse_test directory * js_test.go now reports json content length
15 lines
232 B
JSON
15 lines
232 B
JSON
{
|
|
"dns_providers": [],
|
|
"domains": [
|
|
{
|
|
"dnsProviders": {},
|
|
"ignored_labels": [
|
|
"testignore"
|
|
],
|
|
"name": "foo.com",
|
|
"records": [],
|
|
"registrar": "none"
|
|
}
|
|
],
|
|
"registrars": []
|
|
}
|