github.com/kurthockenbury/dnscontrol@v0.2.8/pkg/js/parse_tests/021-srv.json (about)

     1  {
     2    "registrars": [],
     3    "dns_providers": [],
     4    "domains": [
     5      {
     6        "name": "foo.com",
     7        "registrar": "none",
     8        "dnsProviders": {},
     9        "records": [
    10          {
    11            "type": "SRV",
    12            "name": "_ntp._udp",
    13            "target": "one.foo.com.",
    14            "srvpriority": 1,
    15            "srvweight": 100,
    16            "srvport": 123
    17          },
    18          {
    19            "type": "SRV",
    20            "name": "_ntp._udp",
    21            "target": "two",
    22            "srvpriority": 2,
    23            "srvweight": 100,
    24            "srvport": 123
    25          },
    26          {
    27            "type": "SRV",
    28            "name": "_ntp._udp",
    29            "target": "localhost",
    30            "srvpriority": 3,
    31            "srvweight": 100,
    32            "srvport": 123
    33          },
    34          {
    35            "type": "SRV",
    36            "name": "_ntp._udp",
    37            "target": "three.example.com.",
    38            "srvpriority": 4,
    39            "srvweight": 100,
    40            "srvport": 123
    41          },
    42          {
    43            "type": "SRV",
    44            "name": "_ntp._udp",
    45            "target": "zeros",
    46            "srvport": 1
    47          }
    48        ]
    49      }
    50    ]
    51  }