1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

51 lines
1.1 KiB
JSON

{
"registrars": [],
"dns_providers": [],
"domains": [
{
"name": "foo.com",
"registrar": "none",
"dnsProviders": {},
"records": [
{
"type": "SRV",
"name": "_ntp._udp",
"target": "one.foo.com.",
"srvpriority": 1,
"srvweight": 100,
"srvport": 123
},
{
"type": "SRV",
"name": "_ntp._udp",
"target": "two",
"srvpriority": 2,
"srvweight": 100,
"srvport": 123
},
{
"type": "SRV",
"name": "_ntp._udp",
"target": "localhost",
"srvpriority": 3,
"srvweight": 100,
"srvport": 123
},
{
"type": "SRV",
"name": "_ntp._udp",
"target": "three.example.com.",
"srvpriority": 4,
"srvweight": 100,
"srvport": 123
},
{
"type": "SRV",
"name": "_ntp._udp",
"target": "zeros",
"srvport": 1
}
]
}
]
}