dnscontrol/pkg/js/parse_tests/014-caa.json
2025-12-08 10:02:45 -05:00

61 lines
1.4 KiB
JSON

{
"dns_providers": [],
"domains": [
{
"dnsProviders": {},
"meta": {
"dnscontrol_nameraw": "foo.com",
"dnscontrol_nameunicode": "foo.com",
"dnscontrol_uniquename": "foo.com"
},
"name": "foo.com",
"records": [
{
"caaflag": 128,
"caatag": "iodef",
"filepos": "[line:12:5]",
"name": "@",
"target": "https://example.com",
"ttl": 300,
"type": "CAA"
},
{
"caaflag": 128,
"caatag": "iodef",
"filepos": "[line:8:5]",
"name": "@",
"target": "mailto:test@example.com",
"ttl": 300,
"type": "CAA"
},
{
"caatag": "iodef",
"filepos": "[line:10:5]",
"name": "@",
"target": "http://example.com",
"ttl": 300,
"type": "CAA"
},
{
"caatag": "issue",
"filepos": "[line:3:5]",
"name": "@",
"target": "letsencrypt.org",
"ttl": 300,
"type": "CAA"
},
{
"caatag": "issuewild",
"filepos": "[line:5:5]",
"name": "@",
"target": ";",
"ttl": 300,
"type": "CAA"
}
],
"registrar": "none",
"uniquename": "foo.com"
}
],
"registrars": []
}