pihole-FTL.conf 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. #; Pi-hole FTL config file
  2. #; Comments should start with #; to avoid issues with PHP and bash reading this file
  3. #; Listen only for local socket connections or permit all connections
  4. #; localonly|all
  5. SOCKET_LISTENING=localonly
  6. #; On which port should FTL be listening?
  7. FTLPORT=__PORT__
  8. #; Display all queries? Set to no to hide query display
  9. #; yes|no
  10. QUERY_DISPLAY=yes
  11. #; Allow FTL to analyze AAAA queries from pihole.log?
  12. #; yes|no
  13. AAAA_QUERY_ANALYSIS=yes
  14. #; How long should queries be stored in the database? Setting this to 0 disables the database altogether
  15. MAXDBDAYS=365
  16. #; Should FTL try to resolve IPv6 addresses to host names?
  17. #; yes|no
  18. RESOLVE_IPV6=yes
  19. #; Should FTL try to resolve IPv4 addresses to host names?
  20. #; yes|no
  21. RESOLVE_IPV4=yes
  22. #; How often do we store queries in FTL's database [minutes]?
  23. DBINTERVAL=1.0
  24. #; Specify path and filename of FTL's SQLite long-term database. Setting this to DBFILE= disables the database altogether
  25. DBFILE=/etc/pihole/pihole-FTL.db
  26. #; Up to how many hours of queries should be imported from the database and logs? Maximum is 744 (31 days)
  27. MAXLOGAGE=24.0