mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-06 07:32:08 +08:00
18 lines
No EOL
312 B
JSON
18 lines
No EOL
312 B
JSON
{
|
|
"registrars": [],
|
|
"dns_providers": [],
|
|
"domains": [
|
|
{
|
|
"name": "foo.com",
|
|
"registrar": "none",
|
|
"dnsProviders": {},
|
|
"records": [
|
|
{
|
|
"type": "A",
|
|
"name": "@",
|
|
"target": "1.2.3.4"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |