Merge branch 'master' into dependabot/npm_and_yarn/markdownlint-cli2-0.3.2

This commit is contained in:
DL6ER
2021-10-31 09:39:15 +01:00
committed by GitHub
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -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.
+1 -1
View File
@@ -27,7 +27,7 @@ The following operating systems are **officially** supported:
| Raspberry Pi OS <br>(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 |
<!-- markdownlint-disable code-block-style -->
+1 -1
View File
@@ -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