From dfb860b0434777329971a2f486a10a8743f9171d Mon Sep 17 00:00:00 2001 From: DL6ER Date: Wed, 1 Sep 2021 01:03:17 +0200 Subject: [PATCH] Add new SHOW_DNSSEC setting (#527) Signed-off-by: DL6ER Co-authored-by: Dan Schaper --- docs/ftldns/configfile.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/ftldns/configfile.md b/docs/ftldns/configfile.md index 691f039..96ca7cd 100755 --- a/docs/ftldns/configfile.md +++ b/docs/ftldns/configfile.md @@ -73,6 +73,11 @@ Should FTL analyze `AAAA` queries? The DNS server will handle `AAAA` queries the Should `FTL` only analyze A and AAAA queries? + +#### `SHOW_DNSSEC=true|false` {#show_dnssec data-toc-label='Show automatic DNSSEC queries'} + +Should FTL analyze and include automatically generated DNSSEC queries in the Query Log? + --- ### Other settings