Respect range of RFC6895 (#413)

This commit is contained in:
Marcus Grando 2016-10-17 14:55:37 -02:00 committed by Miek Gieben
parent fc4e1e2843
commit 3efeaabb39
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
"github.com/miekg/dns"
)
const TypeISBN uint16 = 0x0F01
const TypeISBN uint16 = 0xFF00
// A crazy new RR type :)
type ISBN struct {