From 4d6d450eed47ed4c816ffe00d2629136b8ae376e Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Sat, 23 Jan 2016 15:39:59 -0800 Subject: [PATCH] typo --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index e20f8a44..f3555e43 100644 --- a/doc.go +++ b/doc.go @@ -101,7 +101,7 @@ uses public key cryptography to sign resource records. The public keys are stored in DNSKEY records and the signatures in RRSIG records. Requesting DNSSEC information for a zone is done by adding the DO (DNSSEC OK) bit -to an request. +to a request. m := new(dns.Msg) m.SetEdns0(4096, true)