Skip to content
Snippets Groups Projects
Verified Commit 2599ebcb authored by Petr Špaček's avatar Petr Špaček
Browse files

unbound: disable trust anchor signaling

TA signaling in newer versions of Unbound breaks old tests
which do not contain answers for RFC 8145 queries.

This does not work with older versions of Unbound but hopefully these
are too old now for anyone to care.
parent a8b5adda
No related branches found
No related tags found
1 merge request!105unbound: disable trust anchor signaling
Pipeline #66486 passed
......@@ -11,6 +11,7 @@
# The server clause sets the main parameters.
server:
# whitespace is not necessary, but looks cleaner.
trust-anchor-signaling: no
# verbosity number, 0 is least verbose. 1 is default.
verbosity: 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment