From eaee06b87e3f7745c23a74d4d4a1e89dcafbc430 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Wed, 8 May 2013 10:09:49 +0200 Subject: [PATCH] update the documentation --- edns.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/edns.go b/edns.go index b2781b57..faa1219b 100644 --- a/edns.go +++ b/edns.go @@ -1,7 +1,8 @@ // EDNS0 // -// EDNS0 is an extension mechanism for the DNS defined in RFC 2671. It defines a -// standard RR type, the OPT RR, which is then completely abused. +// EDNS0 is an extension mechanism for the DNS defined in RFC 2671 and updated +// by RFC 6891. It defines a +// standard RR type, the OPT RR, which is then completely abused. // Basic use pattern for creating an (empty) OPT RR: // // o := new(dns.OPT) @@ -305,7 +306,7 @@ func (e *EDNS0_SUBNET) String() (s string) { // The UPDATE_LEASE EDNS0 (draft RFC) option is used to tell the server to set // an expiration on an update RR. This is helpful for clients that cannot clean // up after themselves. This is a draft RFC and more information can be found at -// http://files.dns-sd.org/draft-sekar-dns-ul.txt +// http://files.dns-sd.org/draft-sekar-dns-ul.txt // // o := new(dns.OPT) // o.Hdr.Name = "."