From 2d18b0da463d1d3b0394edccc18a7e43c2f05a16 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Fri, 5 Dec 2025 10:46:15 -0800 Subject: [PATCH] correct a double negative in the padding doc `padding` is incompatible with TSIG and SIG(0), not with "no" TSIG and SIG(0). (cherry picked from commit d054741d92e6b13a6397eced2312d9572bbe7c02) --- doc/arm/reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/arm/reference.rst b/doc/arm/reference.rst index 71214301c6..06d0befb62 100644 --- a/doc/arm/reference.rst +++ b/doc/arm/reference.rst @@ -5839,7 +5839,7 @@ any top-level :namedconf:ref:`server` statements are used as defaults. increasing the packet size to a multiple of the specified block size. Valid block sizes range from 0 (the default, which disables the use of EDNS Padding) to 512 bytes. Larger values are reduced to 512, with a - logged warning. Note: this option is not currently compatible with no + logged warning. Note: this option is not currently compatible with TSIG or SIG(0), as the EDNS OPT record containing the padding would have to be added to the packet after it had already been signed.