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