diff --git a/dns.go b/dns.go index 66e54c23..1c37a09d 100644 --- a/dns.go +++ b/dns.go @@ -9,7 +9,7 @@ const ( // MinMsgSize is the minimal size of a DNS packet. MinMsgSize = 512 // MaxMsgSize is the largest possible DNS packet. - MaxMsgSize = 65536 + MaxMsgSize = 65535 defaultTtl = 3600 // Default internal TTL. )