soa packer and parser

This commit is contained in:
westley 2017-03-04 17:10:25 -07:00
parent 089e4414e3
commit 571e4959cf
1 changed files with 10 additions and 0 deletions

10
packer/type.soa.js Normal file
View File

@ -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));