From 9c3e0f4d4c90d91cde7234e77205b5d22c8a70be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Wed, 21 Sep 2022 09:51:02 +0200 Subject: [PATCH 1/2] `PORTFILE` is deprecated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- docs/ftldns/configfile.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/ftldns/configfile.md b/docs/ftldns/configfile.md index 6bf76c4..8430532 100644 --- a/docs/ftldns/configfile.md +++ b/docs/ftldns/configfile.md @@ -258,10 +258,6 @@ The location of FTL's log file. If you want to move the log file to a different The file which contains the PID of FTL's main process. -#### `PORTFILE=/run/pihole-FTL.port` {#file_PORTFILE data-toc-label='Port file'} - -The file containing the port FTL's API is listening on. - #### `SOCKETFILE=/run/pihole/FTL.sock` {#file_SOCKETFILE data-toc-label='Socket file'} The file containing the socket FTL's API is listening on. @@ -398,5 +394,11 @@ If neither `BLOCK_IPV4` nor `LOCAL_IPV4` are set, this setting is used to set bo If neither `BLOCK_IPV6` nor `LOCAL_IPV6` are set, this setting is used to set both of them. If either of the two is set, this setting is ignored altogether. +#### `PORTFILE=/run/pihole-FTL.port` {#file_PORTFILE data-toc-label='Port file'} + +*This option is deprecated as FTL does not write any port file anymore. Plesase parse pihole-FTL.conf if you need to check if a custom API port is set.* + +The file containing the port FTL's API is listening on. + {!abbreviations.md!} From 1ad1a619b1a2a971b30e4b7549be137456974bac Mon Sep 17 00:00:00 2001 From: yubiuser Date: Wed, 21 Sep 2022 21:13:21 +0200 Subject: [PATCH 2/2] Fix spelling Co-authored-by: DL6ER Signed-off-by: yubiuser --- docs/ftldns/configfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ftldns/configfile.md b/docs/ftldns/configfile.md index 8430532..af7f231 100644 --- a/docs/ftldns/configfile.md +++ b/docs/ftldns/configfile.md @@ -396,7 +396,7 @@ If neither `BLOCK_IPV6` nor `LOCAL_IPV6` are set, this setting is used to set bo #### `PORTFILE=/run/pihole-FTL.port` {#file_PORTFILE data-toc-label='Port file'} -*This option is deprecated as FTL does not write any port file anymore. Plesase parse pihole-FTL.conf if you need to check if a custom API port is set.* +*This option is deprecated as FTL does not write any port file anymore. Please parse `pihole-FTL.conf` if you need to check if a custom API port is set.* The file containing the port FTL's API is listening on.