dnscontrol/pkg/js/parse_tests/047-SVCB.json
Thomas Limoncelli d54047f74a
Fix BIND
2025-11-25 11:29:05 -05:00

33 lines
704 B
JSON

{
"dns_providers": [],
"domains": [
{
"dnsProviders": {},
"meta": {
"dnscontrol_uniquename": "foo.com"
},
"name": "foo.com",
"records": [
{
"filepos": "[line:3:5]",
"name": "@",
"svcparams": "alpn=\"h3,h2\" port=443 ipv4hint=123.123.123.123 ipv6hint=dead::beaf",
"svcpriority": 2,
"target": ".",
"ttl": 300,
"type": "HTTPS"
},
{
"filepos": "[line:2:5]",
"name": "@",
"svcpriority": 1,
"target": ".",
"ttl": 300,
"type": "SVCB"
}
],
"registrar": "none"
}
],
"registrars": []
}