diff --git a/docs/ftldns/configfile.md b/docs/ftldns/configfile.md index 565a419..9831ed6 100644 --- a/docs/ftldns/configfile.md +++ b/docs/ftldns/configfile.md @@ -142,8 +142,11 @@ Controls whether and how FTL will reply with for address for which a local inter - `PI.HOLE` (the default) respond with `pi.hole` - `HOSTNAME` serve the machine's global hostname +- `HOSTNAMEFQDN` serve the machine's global hostname as fully qualified domain by adding the local suffix. See note below. - `NONE` Pi-hole will **not** respond automatically on PTR requests to local interface addresses. Ensure `pi.hole` and/or hostname records exist elsewhere. +Note about `HOSTNAMEFQDN`: If no local suffix has been defined, FTL appends the local domain `.no_fqdn_available`. In this case you should either add `domain=whatever.com` to a custom config file inside `/etc/dnsmasq.d/` (to set `whatever.com` as local domain) or use `domain=#` which will try to derive the local domain from `/etc/resolv.conf` (or whatever is set with `resolv-file`, when multiple `search` directives exist, the first one is used). + #### `DELAY_STARTUP=0` (PR [#716](https://github.com/pi-hole/FTL/pull/716)) {#delay_startup data-toc-label='Delay resolver startup'} In certain configurations, you may want FTL to wait a given amount of time before trying to start the DNS revolver. This is typically found when network interfaces appear only late during system startup and the interface startup priorities are configured incorrectly. This setting takes any integer value between 0 and 300 seconds. diff --git a/docs/main/prerequisites.md b/docs/main/prerequisites.md index 7867587..1830bbf 100644 --- a/docs/main/prerequisites.md +++ b/docs/main/prerequisites.md @@ -27,7 +27,7 @@ The following operating systems are **officially** supported: | Raspberry Pi OS
(formerly Raspbian) | Stretch / Buster / Bullseye | ARM | | Ubuntu | 16.x / 18.x / 20.x /21.x | ARM / x86_64 | | Debian | 9 / 10 /11 | ARM / x86_64 / i386 | -| Fedora | 32 / 33 | ARM / x86_64 | +| Fedora | 33 / 34 | ARM / x86_64 | | CentOS | 7 / 8 | x86_64 | diff --git a/requirements.txt b/requirements.txt index 8d2f756..80498ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ markdown-include==0.6.0 mkdocs==1.2.3 mkdocs-git-revision-date-localized-plugin==0.10.0 -mkdocs-material==7.3.4 +mkdocs-material==7.3.5 mkdocs-redirects==1.0.3