mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-15 20:08:31 +08:00
ff3d446681
* Fix failing parse_test 021 * Fix JSON formatting in parse_test directory * js_test.go now reports json content length
22 lines
412 B
JSON
22 lines
412 B
JSON
{
|
|
"dns_providers": [],
|
|
"domains": [
|
|
{
|
|
"dnsProviders": {},
|
|
"name": "foo.com",
|
|
"records": [
|
|
{
|
|
"meta": {
|
|
"transform_table": "0.0.0.0 ~ 1.1.1.1 ~ 2.2.2.2 ~ "
|
|
},
|
|
"name": "@",
|
|
"target": "foo2.com",
|
|
"ttl": 60,
|
|
"type": "IMPORT_TRANSFORM"
|
|
}
|
|
],
|
|
"registrar": "reg"
|
|
}
|
|
],
|
|
"registrars": []
|
|
}
|