pihole-FTL.conf 984 B

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