diff --git a/docs/ftldns/configfile.md b/docs/ftldns/configfile.md index 6bf76c4..af7f231 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. 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. + {!abbreviations.md!}