dnscontrol/pkg/js/parse_tests/014-caa.json

46 lines
919 B
JSON
Raw Normal View History

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