From 5193ca0269410a0e29c0de4299a8bf4a7759eb06 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Sun, 16 Aug 2020 14:40:01 +0200 Subject: [PATCH] Update docs/ftldns/configfile.md Co-authored-by: Adam Warner --- docs/ftldns/configfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ftldns/configfile.md b/docs/ftldns/configfile.md index 3619b1f..38a7d32 100755 --- a/docs/ftldns/configfile.md +++ b/docs/ftldns/configfile.md @@ -219,7 +219,7 @@ Print file and line causing a `dnsmasq` event into FTL's log files. This is hand 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` ([#728](https://github.com/pi-hole/FTL/pull/728})) {#debug_resolver data-toc-label='Resolver details'} +#### `DEBUG_RESOLVER=false|true` ([#728](https://github.com/pi-hole/FTL/pull/728)) {#debug_resolver data-toc-label='Resolver details'} 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).