github.com/karsthammer/dnscontrol@v0.2.8/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 );