mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-19 19:44:34 +08:00
25 lines
423 B
JSON
25 lines
423 B
JSON
{
|
|
"dns_providers": [],
|
|
"domains": [
|
|
{
|
|
"dnsProviders": {},
|
|
"name": "example.com",
|
|
"records": [
|
|
{
|
|
"name": "normal",
|
|
"target": "1.1.1.1",
|
|
"type": "A"
|
|
}
|
|
],
|
|
"recordsabsent": [
|
|
{
|
|
"name": "helper",
|
|
"target": "2.2.2.2",
|
|
"type": "A"
|
|
}
|
|
],
|
|
"registrar": "none"
|
|
}
|
|
],
|
|
"registrars": []
|
|
}
|