From 4406d06bce7c4de621073e29523bba6619f2a077 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Mon, 13 Jul 2026 12:28:12 -0700 Subject: [PATCH] Update BADTSIG text. --- dns/message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/message.py b/dns/message.py index 8b984c27..27f8a2f6 100644 --- a/dns/message.py +++ b/dns/message.py @@ -67,7 +67,7 @@ class BadEDNS(dns.exception.FormError): class BadTSIG(dns.exception.FormError): """A TSIG record occurred somewhere other than the end of - the additional data section.""" + the additional data section or the class is not ANY.""" class UnknownTSIGKey(dns.exception.DNSException): -- 2.47.3