semi add the NULL record

This commit is contained in:
Miek Gieben 2012-11-20 13:53:41 +01:00
parent 288df5bcc8
commit 35744e52f8
1 changed files with 1 additions and 0 deletions

1
msg.go
View File

@ -99,6 +99,7 @@ var Rr_str = map[uint16]string{
TypeMX: "MX",
TypeWKS: "WKS",
TypeNS: "NS",
TypeNULL: "NULL",
TypePTR: "PTR",
TypeRT: "RT",
TypeSOA: "SOA",