diff --git a/docs/extra.css b/docs/extra.css
index 8b0999f..8280165 100644
--- a/docs/extra.css
+++ b/docs/extra.css
@@ -16,3 +16,11 @@ body, input {
white-space: pre-wrap;
color: rgb(83, 43, 168);
}
+.anchor {
+ display: block;
+ content: " ";
+ margin-top: -50px;
+ height: 50px;
+ visibility: hidden;
+ pointer-events: none;
+}
diff --git a/docs/ftldns/configfile.md b/docs/ftldns/configfile.md
index 932a010..c0572f8 100644
--- a/docs/ftldns/configfile.md
+++ b/docs/ftldns/configfile.md
@@ -3,63 +3,78 @@ You can create a file `/etc/pihole/pihole-FTL.conf` that will be read by *FTL*DN
Possible settings (**the option shown first is the default**):
### DNS settings
-- `BLOCKINGMODE=NULL|IP-NODATA-AAAA|IP|NXDOMAIN`
+-
+ `BLOCKINGMODE=NULL|IP-NODATA-AAAA|IP|NXDOMAIN`
How should `FTL` reply to blocked queries?
**[More details](blockingmode.md)**
### Statistics settings
-- `MAXLOGAGE=24.0`
+-
+ `MAXLOGAGE=24.0`
Up to how many hours of queries should be imported from the database and logs? Maximum is 744 (31 days)
-- `PRIVACYLEVEL=0|1|2|3|4`
+-
+ `PRIVACYLEVEL=0|1|2|3|4`
Which privacy level is used?
**[More details](privacylevels.md)**
-- `IGNORE_LOCALHOST=no|yes`
+-
+ `IGNORE_LOCALHOST=no|yes`
Should `FTL` ignore queries coming from the local machine?
-- `AAAA_QUERY_ANALYSIS=yes|no`
+-
+ `AAAA_QUERY_ANALYSIS=yes|no`
Allow `FTL` to analyze AAAA queries from pihole.log?
-- `ANALYZE_ONLY_A_AND_AAAA=false|true`
+-
+ `ANALYZE_ONLY_A_AND_AAAA=false|true`
Should `FTL` only analyze A and AAAA queries?
### Socket settings
-- `SOCKET_LISTENING=localonly|all`
+-
+ `SOCKET_LISTENING=localonly|all`
Listen only for local socket connections or permit all connections
-- `FTLPORT=4711`
+-
+ `FTLPORT=4711`
On which port should FTL be listening?
### Host name resolution
-- `RESOLVE_IPV6=yes|no`
+-
+ `RESOLVE_IPV6=yes|no`
Should `FTL` try to resolve IPv6 addresses to host names?
-- `RESOLVE_IPV4=yes|no`
+-
+ `RESOLVE_IPV4=yes|no`
Should `FTL` try to resolve IPv4 addresses to host names?
### Database settings
**[Further details concerning the database](database.md)**
-- `DBIMPORT=yes|no`
+-
+ `DBIMPORT=yes|no`
Should `FTL` load information from the database on startup to be aware of the most recent history?
-- `MAXDBDAYS=365`
+-
+ `MAXDBDAYS=365`
How long should queries be stored in the database? Setting this to `0` disables the database
-- `DBINTERVAL=1.0`
+-
+ `DBINTERVAL=1.0`
How often do we store queries in FTL's database [minutes]?
-- `DBFILE=/etc/pihole/pihole-FTL.db`
+-
+ `DBFILE=/etc/pihole/pihole-FTL.db`
Specify path and filename of FTL's SQLite3 long-term database. Setting this to `DBFILE=` disables the database altogether
### Debugging options
-- `REGEX_DEBUGMODE=false|true`
+-
+ `REGEX_DEBUGMODE=false|true`
Controls if *FTL*DNS should print extended details about regex matching into `pihole-FTL.log`.
**[More details](regex/overview.md)**