github.com/teknogeek/dnscontrol/v2@v2.10.1-0.20200227202244-ae299b55ba42/pkg/js/parse_tests/023-naptr.js (about)

     1  D("foo.com","none",
     2      NAPTR("@",100,10,"U","E2U+sip","!^.*$!sip:customer-service@example.com!","example"),
     3      NAPTR("@",102,10,"U","E2U+email","!^.*$!mailto:information@example.com!","example")
     4  );