mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-15 03:48:11 +08:00
15 lines
235 B
JSON
15 lines
235 B
JSON
|
{
|
||
|
"registrars": [],
|
||
|
"dns_providers": [],
|
||
|
"domains": [
|
||
|
{
|
||
|
"name": "foo.com",
|
||
|
"registrar": "none",
|
||
|
"dnsProviders": {},
|
||
|
"records": [],
|
||
|
"ignored_labels": [
|
||
|
"\\*.testignore"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|