add URI record

This commit is contained in:
Miek Gieben 2012-02-18 21:49:12 +01:00
parent da7e2c298f
commit 73f11ddf6b
1 changed files with 1 additions and 1 deletions

View File

@ -936,7 +936,7 @@ type RR_URI struct {
Hdr RR_Header
Priority uint16
Weight uint16
Target string
Target string "txt"
}
func (rr *RR_URI) Header() *RR_Header {