diff --git a/xfr.go b/xfr.go index 77ea7e0f..f30beb95 100644 --- a/xfr.go +++ b/xfr.go @@ -4,6 +4,8 @@ package dns +// New Transfer + // Envelope is used when doing [IA]XFR with a remote server. type Envelope struct { RR []RR // The set of RRs in the answer section of the AXFR reply message.