1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00
Tom Limoncelli ff3d446681 Codestyle: Fix formatting on parse_test JSON (#427)
* Fix failing parse_test 021
* Fix JSON formatting in parse_test directory
* js_test.go now reports json content length
2018-12-13 11:46:43 -05:00

46 lines
919 B
JSON

{
"dns_providers": [],
"domains": [
{
"dnsProviders": {},
"name": "foo.com",
"records": [
{
"caatag": "issue",
"name": "@",
"target": "letsencrypt.org",
"type": "CAA"
},
{
"caatag": "issuewild",
"name": "@",
"target": ";",
"type": "CAA"
},
{
"caaflag": 128,
"caatag": "iodef",
"name": "@",
"target": "mailto:test@example.com",
"type": "CAA"
},
{
"caatag": "iodef",
"name": "@",
"target": "http://example.com",
"type": "CAA"
},
{
"caaflag": 128,
"caatag": "iodef",
"name": "@",
"target": "https://example.com",
"type": "CAA"
}
],
"registrar": "none"
}
],
"registrars": []
}