mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-25 08:02:58 +08:00
132 lines
3.1 KiB
JSON
132 lines
3.1 KiB
JSON
{
|
|
"registrars": [],
|
|
"dns_providers": [],
|
|
"domains": [
|
|
{
|
|
"name": "foo.com",
|
|
"registrar": "none",
|
|
"dnsProviders": {},
|
|
"records": [
|
|
{
|
|
"type": "R53_ALIAS",
|
|
"name": "mxtest",
|
|
"target": "foo.com.",
|
|
"r53_alias": {
|
|
"type": "MX",
|
|
"evaluate_target_health": "false"
|
|
}
|
|
},
|
|
{
|
|
"type": "R53_ALIAS",
|
|
"name": "atest",
|
|
"target": "foo.com.",
|
|
"r53_alias": {
|
|
"type": "A",
|
|
"evaluate_target_health": "false"
|
|
}
|
|
},
|
|
{
|
|
"type": "R53_ALIAS",
|
|
"name": "atest",
|
|
"target": "foo.com.",
|
|
"r53_alias": {
|
|
"type": "A",
|
|
"zone_id": "Z2FTEDLFRTF",
|
|
"evaluate_target_health": "false"
|
|
}
|
|
},
|
|
{
|
|
"type": "R53_ALIAS",
|
|
"name": "aevaltargethealthtest",
|
|
"target": "foo.com.",
|
|
"r53_alias": {
|
|
"type": "A",
|
|
"evaluate_target_health": "true"
|
|
}
|
|
},
|
|
{
|
|
"type": "R53_ALIAS",
|
|
"name": "aaaatest",
|
|
"target": "foo.com.",
|
|
"r53_alias": {
|
|
"type": "AAAA",
|
|
"evaluate_target_health": "false"
|
|
}
|
|
},
|
|
{
|
|
"type": "R53_ALIAS",
|
|
"name": "aaaatest",
|
|
"target": "foo.com.",
|
|
"r53_alias": {
|
|
"type": "AAAA",
|
|
"zone_id": "ERERTFGFGF",
|
|
"evaluate_target_health": "false"
|
|
}
|
|
},
|
|
{
|
|
"type": "R53_ALIAS",
|
|
"name": "cnametest",
|
|
"target": "foo.com.",
|
|
"r53_alias": {
|
|
"type": "CNAME",
|
|
"evaluate_target_health": "false"
|
|
}
|
|
},
|
|
{
|
|
"type": "R53_ALIAS",
|
|
"name": "ptrtest",
|
|
"target": "foo.com.",
|
|
"r53_alias": {
|
|
"type": "PTR",
|
|
"evaluate_target_health": "false"
|
|
}
|
|
},
|
|
{
|
|
"type": "R53_ALIAS",
|
|
"name": "txttest",
|
|
"target": "foo.com.",
|
|
"r53_alias": {
|
|
"type": "TXT",
|
|
"evaluate_target_health": "false"
|
|
}
|
|
},
|
|
{
|
|
"type": "R53_ALIAS",
|
|
"name": "srvtest",
|
|
"target": "foo.com.",
|
|
"r53_alias": {
|
|
"type": "SRV",
|
|
"evaluate_target_health": "false"
|
|
}
|
|
},
|
|
{
|
|
"type": "R53_ALIAS",
|
|
"name": "spftest",
|
|
"target": "foo.com.",
|
|
"r53_alias": {
|
|
"type": "SPF",
|
|
"evaluate_target_health": "false"
|
|
}
|
|
},
|
|
{
|
|
"type": "R53_ALIAS",
|
|
"name": "caatest",
|
|
"target": "foo.com.",
|
|
"r53_alias": {
|
|
"type": "CAA",
|
|
"evaluate_target_health": "false"
|
|
}
|
|
},
|
|
{
|
|
"type": "R53_ALIAS",
|
|
"name": "naptrtest",
|
|
"target": "foo.com.",
|
|
"r53_alias": {
|
|
"type": "NAPTR",
|
|
"evaluate_target_health": "false"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|