1
0
Fork 0
dns-suite.js/dns.type.any.js

13 linhas
225 B
JavaScript

(function (exports) {
'use strict';
// Meaning:Use: Requests ANY resource record (typicall wants SOA,
// MX, NS, and MX)
exports.DNS_TYPE_ANY = function (rdata) {
};
}('undefined' !== typeof window ? window : exports));