diff --git a/packer/type.soa.js b/packer/type.soa.js new file mode 100644 index 0000000..7099853 --- /dev/null +++ b/packer/type.soa.js @@ -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));