Skip to content

FTL v1.4

Compare
Choose a tag to compare
@DL6ER DL6ER released this 14 Mar 15:43
· 4473 commits to master since this release
b90f4a5

Add a configuration file for FTL.

If a file /etc/pihole/pihole-FTL.conf is found, it will be scanned for

  • SOCKET_LISTENING=all|local (defaulting to local) which lets FTL either listen only to local connections or to connections from any destination
  • INCLUDE_YESTERDAY=true|false (defaulting to false) also parse pihole.log.1 to show > 24 hours of consecutive data

If FTL we cannot find or open the log file, or if it cannot find or interpret one of the config variable value, it will skip it and use the default value.