mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-05 22:27:37 +03:00
Update miekg/dns
This commit is contained in:
parent
30779a40a6
commit
f9cecd1215
79 changed files with 3972 additions and 15095 deletions
3
vendor/github.com/miekg/dns/scan.go
generated
vendored
3
vendor/github.com/miekg/dns/scan.go
generated
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue