(function (exports) { 'use strict'; // TODO. Not yet implemented // SRV identifies the host(s) that will support a particular service. It // is a general purpose RR to discover any service. exports.DNS_TYPE_SRV = function (rdata) { }; }('undefined' !== typeof window ? window : exports));