github.com/StackExchange/dnscontrol/v4@v4.11.0/pkg/js/parse_tests/047-SVCB.json (about) 1 { 2 "registrars": [], 3 "dns_providers": [], 4 "domains": [ 5 { 6 "name": "foo.com", 7 "registrar": "none", 8 "dnsProviders": {}, 9 "records": [ 10 { 11 "type": "SVCB", 12 "name": "@", 13 "target": ".", 14 "svcpriority": 1 15 }, 16 17 { 18 "type": "HTTPS", 19 "name": "@", 20 "svcparams": "alpn=\"h3,h2\" port=443 ipv4hint=123.123.123.123 ipv6hint=dead::beaf", 21 "svcpriority": 2, 22 "target": "." 23 } 24 ] 25 } 26 ] 27 }