From 1fbce5562522b061f89cda8252bbdb20916517e0 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Sat, 15 Aug 2020 14:11:43 +0200 Subject: [PATCH] We cannot use abbreviations in TOC titles Signed-off-by: DL6ER --- docs/ftldns/configfile.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ftldns/configfile.md b/docs/ftldns/configfile.md index 915a4ba..b1d29c9 100755 --- a/docs/ftldns/configfile.md +++ b/docs/ftldns/configfile.md @@ -186,11 +186,11 @@ Print information about capabilities granted to the pihole-FTL process. The curr Print file and line causing a `dnsmasq` event into FTL's log files. This is handy to implement additional hooks missing from FTL. -#### `DEBUG_VECTORS=false|true` {#debug_vectors data-toc-label='Debug FTL vectors'} +#### `DEBUG_VECTORS=false|true` {#debug_vectors data-toc-label='Debug vectors'} FTL uses dynamically allocated vectors for various tasks. This config option enables extensive debugging information such as information about allocation, referencing, deletion, and appending. -#### `DEBUG_RESOLVER=false|true` {#debug_resolver data-toc-label='Debug FTL resolver'} +#### `DEBUG_RESOLVER=false|true` {#debug_resolver data-toc-label='Debug resolver'} Extensive information about hostname resolution like which DNS servers are used in the first and second hostname resolving tries (only affecting internally generated PTR queries).