mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2026-01-03 23:04:55 +08:00
33 lines
704 B
JSON
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": []
|
|
}
|