dnscontrol/pkg/js/parse_tests/023-naptr.json

34 lines
776 B
JSON
Raw Normal View History

2019-03-28 22:40:13 +08:00
{
"registrars": [],
"dns_providers": [],
"domains": [
{
"name": "foo.com",
"registrar": "none",
"dnsProviders": {},
"records": [
{
"type": "NAPTR",
2019-05-06 23:12:42 +08:00
"name": "@",
"target": "example",
"naptrorder": 100,
"naptrpreference": 10,
"naptrflags": "U",
"naptrservice": "E2U+sip",
"naptrregexp": "!^.*$!sip:customer-service@example.com!"
2019-03-28 22:40:13 +08:00
},
{
"type": "NAPTR",
2019-05-06 23:12:42 +08:00
"name": "@",
"target": "example",
"naptrorder": 102,
"naptrpreference": 10,
"naptrflags": "U",
"naptrservice": "E2U+email",
"naptrregexp": "!^.*$!mailto:information@example.com!"
2019-03-28 22:40:13 +08:00
}
]
}
]
}