soa packer and parser
This commit is contained in:
parent
089e4414e3
commit
571e4959cf
|
@ -0,0 +1,10 @@
|
|||
(function (exports) {
|
||||
'use strict';
|
||||
|
||||
|
||||
exports.DNS_PACKER_TYPE_SOA = function (ab, dv, total, record) {
|
||||
|
||||
return total;
|
||||
};
|
||||
|
||||
}('undefined' !== typeof window ? window : exports));
|
Loading…
Reference in New Issue