mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:00:00 -04:00
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 d054741d92)
This commit is contained in:
parent
83163f39d5
commit
3836e90254
1 changed files with 1 additions and 1 deletions
|
|
@ -5828,7 +5828,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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue