From 8008472ee22c62242a3797c28a941e88a1c1e947 Mon Sep 17 00:00:00 2001 From: yubiuser Date: Sun, 18 Jul 2021 21:04:50 +0200 Subject: [PATCH] Fix TOC label Signed-off-by: yubiuser --- 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 94f558e..691f039 100755 --- a/docs/ftldns/configfile.md +++ b/docs/ftldns/configfile.md @@ -139,7 +139,7 @@ With this option, you can change how (and if) hourly PTR requests are made to ch - `REFRESH_HOSTNAMES=NONE` - Don't do any hourly PTR lookups This means we look host names up exactly once (when we first see a client) and never again. You may miss future changes of host names. -#### `PARSE_ARP_CACHE=true|false` (PR [#445](https://github.com/pi-hole/FTL/pull/445)) {#parse_arp_cache data-toc-label='Refresh hostnames'} +#### `PARSE_ARP_CACHE=true|false` (PR [#445](https://github.com/pi-hole/FTL/pull/445)) {#parse_arp_cache data-toc-label='Parse ARP cache'} This setting can be used to disable ARP cache processing. When disabled, client identification and the network table will stop working reliably.