From 074b5fdf765ddbd32eb3b7eda51c5ff10af16b79 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Mon, 27 Sep 2021 12:01:30 +0200 Subject: [PATCH] Add new PIHOLE_PTR=HOSTNAME option documentation Signed-off-by: DL6ER --- docs/ftldns/configfile.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/ftldns/configfile.md b/docs/ftldns/configfile.md index b0fe1cb..0ff3a38 100644 --- a/docs/ftldns/configfile.md +++ b/docs/ftldns/configfile.md @@ -124,9 +124,13 @@ Should `FTL` try to resolve IPv6 addresses to hostnames? Should `FTL` try to resolve IPv4 addresses to hostnames? -#### `PIHOLE_PTR=true|false` (PR [#1111](https://github.com/pi-hole/FTL/pull/1111)) {#pihole_ptr data-toc-label='Pi-hole PTR'} +#### `PIHOLE_PTR=PI.HOLE|HOSTNAME|NONE` (PR [#1111](https://github.com/pi-hole/FTL/pull/1111), [#1164](https://github.com/pi-hole/FTL/pull/1164)) {#pihole_ptr data-toc-label='Pi-hole PTR'} -FTL will reply with `pi.hole` for every address for which a local interface exists. When you set this option to `false`, Pi-hole will **not** respond with `pi.hole` on PTR requests to local interface addresses. +Controls whether and how FTL will reply with for address for which a local interface exists. Valid options are: + +- `PI.HOLE` (the default) respond with `pi.hole` +- `HOSTNAME` serve the machine's global hostname +- `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'}