mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-15 12:00:31 +08:00
19 lines
No EOL
310 B
JSON
19 lines
No EOL
310 B
JSON
{
|
|
"registrars": [],
|
|
"dns_providers": [],
|
|
"domains": [
|
|
{
|
|
"name": "foo.com",
|
|
"registrar": "none",
|
|
"dnsProviders": {},
|
|
"records": [
|
|
{
|
|
"type": "MX",
|
|
"name": "@",
|
|
"target": "foo.com.",
|
|
"mxpreference": 15
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |