Update miekg/dns

This commit is contained in:
Frank Denis 2021-05-07 20:28:25 +02:00
parent 30779a40a6
commit f9cecd1215
79 changed files with 3972 additions and 15095 deletions

View file

@ -150,6 +150,9 @@ func ReadRR(r io.Reader, file string) (RR, error) {
// The text "; this is comment" is returned from Comment. Comments inside
// the RR are returned concatenated along with the RR. Comments on a line
// by themselves are discarded.
//
// Callers should not assume all returned data in an Resource Record is
// syntactically correct, e.g. illegal base64 in RRSIGs will be returned as-is.
type ZoneParser struct {
c *zlexer