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

     1  D("foo.com","none"
     2    , SRV('_ntp._udp', 1, 100, 123, 'one.foo.com.')
     3    , SRV('_ntp._udp', 2, 100, 123, 'two')
     4    , SRV('_ntp._udp', 3, 100, 123, 'localhost')
     5    , SRV('_ntp._udp', 4, 100, 123, 'three.example.com.')
     6    , SRV('_ntp._udp', 0, 0, 1, 'zeros')
     7  );