mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-15 20:08:31 +08:00
21 lines
No EOL
462 B
JSON
21 lines
No EOL
462 B
JSON
{
|
|
"registrars": [],
|
|
"dns_providers": [],
|
|
"domains": [
|
|
{
|
|
"name": "foo.com",
|
|
"registrar": "none",
|
|
"dnsProviders": {},
|
|
"records": [
|
|
{
|
|
"type": "TLSA",
|
|
"name": "_443._tcp",
|
|
"target": "MDFiYTQ3MTljODBiNmZlOTExYjA5MWE3YzA1MTI0YjY0ZWVlY2U5NjRlMDljMDU4ZWY4Zjk4MDVkYWNhNTQ2YiAgLQo=",
|
|
"tlsausage": 3,
|
|
"tlsaselector": 1,
|
|
"tlsamatchingtype": 1
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |