dns-suite.js/dns.type.soa.js

19 lines
188 B
JavaScript
Raw Normal View History

(function (exports) {
'use strict';
2017-02-02 05:11:07 +00:00
exports.DNS_TYPE_SOA = function (ab, packet, record) {
var s = {
};
};
}('undefined' !== typeof window ? window : exports));