2018-12-08 05:30:04 +08:00
|
|
|
{
|
2018-12-19 23:19:50 +08:00
|
|
|
"registrars": [],
|
2018-12-08 05:30:04 +08:00
|
|
|
"dns_providers": [],
|
|
|
|
"domains": [
|
|
|
|
{
|
|
|
|
"name": "foo.com",
|
2018-12-19 23:19:50 +08:00
|
|
|
"registrar": "none",
|
|
|
|
"dnsProviders": {},
|
2018-12-08 05:30:04 +08:00
|
|
|
"records": [
|
|
|
|
{
|
2018-12-19 23:19:50 +08:00
|
|
|
"type": "SRV",
|
2018-12-08 05:30:04 +08:00
|
|
|
"name": "_ntp._udp",
|
2018-12-19 23:19:50 +08:00
|
|
|
"target": "one.foo.com.",
|
2018-12-08 05:30:04 +08:00
|
|
|
"srvpriority": 1,
|
|
|
|
"srvweight": 100,
|
2018-12-19 23:19:50 +08:00
|
|
|
"srvport": 123
|
2018-12-08 05:30:04 +08:00
|
|
|
},
|
|
|
|
{
|
2018-12-19 23:19:50 +08:00
|
|
|
"type": "SRV",
|
2018-12-08 05:30:04 +08:00
|
|
|
"name": "_ntp._udp",
|
2018-12-19 23:19:50 +08:00
|
|
|
"target": "two",
|
2018-12-08 05:30:04 +08:00
|
|
|
"srvpriority": 2,
|
|
|
|
"srvweight": 100,
|
2018-12-19 23:19:50 +08:00
|
|
|
"srvport": 123
|
2018-12-08 05:30:04 +08:00
|
|
|
},
|
|
|
|
{
|
2018-12-19 23:19:50 +08:00
|
|
|
"type": "SRV",
|
2018-12-08 05:30:04 +08:00
|
|
|
"name": "_ntp._udp",
|
2018-12-19 23:19:50 +08:00
|
|
|
"target": "localhost",
|
2018-12-08 05:30:04 +08:00
|
|
|
"srvpriority": 3,
|
|
|
|
"srvweight": 100,
|
2018-12-19 23:19:50 +08:00
|
|
|
"srvport": 123
|
2018-12-08 05:30:04 +08:00
|
|
|
},
|
|
|
|
{
|
2018-12-19 23:19:50 +08:00
|
|
|
"type": "SRV",
|
2018-12-08 05:30:04 +08:00
|
|
|
"name": "_ntp._udp",
|
2018-12-19 23:19:50 +08:00
|
|
|
"target": "three.example.com.",
|
2018-12-08 05:30:04 +08:00
|
|
|
"srvpriority": 4,
|
|
|
|
"srvweight": 100,
|
2018-12-19 23:19:50 +08:00
|
|
|
"srvport": 123
|
2018-12-08 05:30:04 +08:00
|
|
|
},
|
|
|
|
{
|
2018-12-19 23:19:50 +08:00
|
|
|
"type": "SRV",
|
2018-12-08 05:30:04 +08:00
|
|
|
"name": "_ntp._udp",
|
|
|
|
"target": "zeros",
|
2018-12-19 23:19:50 +08:00
|
|
|
"srvport": 1
|
2018-12-08 05:30:04 +08:00
|
|
|
}
|
2018-12-19 23:19:50 +08:00
|
|
|
]
|
2018-12-08 05:30:04 +08:00
|
|
|
}
|
2018-12-19 23:19:50 +08:00
|
|
|
]
|
2020-10-08 02:27:33 +08:00
|
|
|
}
|