pihole-FTL.conf 925 B

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