This commit is contained in:
Miek Gieben 2012-11-20 16:53:58 +01:00
parent 67343920d5
commit 7bd7a65e4d
2 changed files with 2 additions and 0 deletions

1
msg.go
View File

@ -123,6 +123,7 @@ var Rr_str = map[uint16]string{
TypeNINFO: "NINFO",
TypeRKEY: "RKEY",
TypeCDS: "CDS",
TypeCAA: "CAA",
TypeIPSECKEY: "IPSECKEY",
TypeSSHFP: "SSHFP",
TypeRRSIG: "RRSIG",

View File

@ -83,6 +83,7 @@ const (
TypeANY uint16 = 255
TypeURI uint16 = 256
TypeCAA uint16 = 257
TypeTA uint16 = 32768
TypeDLV uint16 = 32769