dns-suite.js/dns.type.any.js

13 lines
231 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));