Releases: mimuret/dnsutils
Releases · mimuret/dnsutils
v0.7.0
v0.6.0: add matchers (#5)
* add matchers * update go version
v0.5.0: Ver0.5.0 (#4)
* add error returns RRSetInterface.SetTTL * add testtool ResponseWriter * add Msg slice into testtool.ResponseWriter * add transfer package
v0.4.0 (#2)
* add support for json marshal and unmarshal to Zone and RRSet * add error return value to NewRR, NewRRSet,NewNameNode, GetNameNodeOrCreate, GetRRSetOrCreate * add functions SetRdata, GetRDATASlice, ConvertStringToType, ConvertStringToClass, ConvertTypeToString, ConvertClassToString * remove methof SetNameNode and RemoveNameNode from NameNodeInterface. * add SetNameNode and NameNodeInterface functions/
v0.3.0 (#1)
* add testtool pkg * update test codes * fix typo RDARA to RDATA * add comment