From abf58f17ef37d9fb23deb010649710d87b59de49 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Wed, 6 Oct 2021 08:19:21 +0200 Subject: [PATCH] Add PIHOLE_PTR=HOSTNAMEFQDN documentation Signed-off-by: DL6ER --- docs/ftldns/configfile.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ftldns/configfile.md b/docs/ftldns/configfile.md index 565a419..4e17231 100644 --- a/docs/ftldns/configfile.md +++ b/docs/ftldns/configfile.md @@ -142,6 +142,7 @@ 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. If no local suffix has been defined, FTL appends `.fqdn` - `NONE` Pi-hole will **not** respond automatically on PTR requests to local interface addresses. Ensure `pi.hole` and/or hostname records exist elsewhere. #### `DELAY_STARTUP=0` (PR [#716](https://github.com/pi-hole/FTL/pull/716)) {#delay_startup data-toc-label='Delay resolver startup'}