add unknowns to q

This commit is contained in:
Miek Gieben 2011-02-21 16:00:30 +01:00
parent a90533a13f
commit c6ec1f1ce7
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ FLAGS:
continue FLAGS
}
}
// If it starts with TYPExxx it is unknown rr
// TODO
// Anything else is a qname
qname = append(qname, flag.Arg(i))
}