2018-07-29 02:58:23 +00:00
|
|
|
### This file contains parameters for FTL behavior.
|
|
|
|
### At install, all parameters are commented out. The user can select desired options.
|
|
|
|
### Options shown are the default configuration. No modification is needed for most
|
|
|
|
### installations.
|
|
|
|
### Visit https://docs.pi-hole.net/ftldns/configfile/ for more detailed parameter explanations
|
|
|
|
|
2018-07-28 23:16:16 +00:00
|
|
|
## Socket Listening
|
2018-07-27 22:21:25 +00:00
|
|
|
## Listen only for local socket connections or permit all connections
|
|
|
|
## Options: localonly, all
|
|
|
|
#SOCKET_LISTENING=localonly
|
|
|
|
|
2018-07-28 23:16:16 +00:00
|
|
|
## Query Display
|
2018-07-27 22:21:25 +00:00
|
|
|
## Display all queries? Set to no to hide query display
|
|
|
|
## Options: yes, no
|
|
|
|
#QUERY_DISPLAY=yes
|
|
|
|
|
2018-07-28 23:16:16 +00:00
|
|
|
## AAA Query Analysis
|
2018-07-27 22:21:25 +00:00
|
|
|
## Allow FTL to analyze AAAA queries from pihole.log?
|
|
|
|
## Options: yes, no
|
|
|
|
#AAAA_QUERY_ANALYSIS=yes
|
|
|
|
|
2018-07-28 23:16:16 +00:00
|
|
|
## Resolve IPv6
|
2018-07-27 22:21:25 +00:00
|
|
|
## Should FTL try to resolve IPv6 addresses to host names?
|
|
|
|
## Options: yes, no
|
|
|
|
#RESOLVE_IPV6=yes
|
|
|
|
|
2018-07-28 23:16:16 +00:00
|
|
|
## Resolve IPv4
|
2018-07-27 22:21:25 +00:00
|
|
|
## Should FTL try to resolve IPv4 addresses to host names?
|
|
|
|
## Options: yes, no
|
|
|
|
#RESOLVE_IPV4=yes
|
|
|
|
|
2018-07-28 23:16:16 +00:00
|
|
|
## Max Database Days
|
2018-07-29 15:17:57 +00:00
|
|
|
## How long should queries be stored in the database (days)?
|
2018-07-27 22:21:25 +00:00
|
|
|
## Setting this to 0 disables the database
|
|
|
|
## See: https://docs.pi-hole.net/ftldns/database/
|
|
|
|
## Options: number of days
|
|
|
|
#MAXDBDAYS=365
|
|
|
|
|
2018-07-28 23:16:16 +00:00
|
|
|
## Database Interval
|
2018-07-29 15:17:57 +00:00
|
|
|
## How often do we store queries in FTL's database (minutes)?
|
2018-07-27 22:21:25 +00:00
|
|
|
## See: https://docs.pi-hole.net/ftldns/database/
|
|
|
|
## Options: number of minutes
|
|
|
|
#DBINTERVAL=1.0
|
|
|
|
|
2018-07-28 23:16:16 +00:00
|
|
|
## Database File
|
2018-07-27 22:21:25 +00:00
|
|
|
## Specify path and filename of FTL's SQLite3 long-term database.
|
|
|
|
## Setting this to DBFILE= disables the database altogether
|
|
|
|
## See: https://docs.pi-hole.net/ftldns/database/
|
|
|
|
## Option: path to db file
|
|
|
|
#DBFILE=/etc/pihole/pihole-FTL.db
|
|
|
|
|
2018-07-28 23:16:16 +00:00
|
|
|
## Max Log Age
|
2018-07-29 15:17:57 +00:00
|
|
|
## Up to how many hours of queries should be imported from the database and logs (hours)?
|
2018-07-27 22:21:25 +00:00
|
|
|
## Maximum is 744 (31 days)
|
|
|
|
## Options: number of days
|
|
|
|
#MAXLOGAGE=24.0
|
|
|
|
|
2018-07-28 23:16:16 +00:00
|
|
|
## FTL Port
|
2018-07-27 22:21:25 +00:00
|
|
|
## On which port should FTL be listening?
|
|
|
|
## Options: tcp port
|
|
|
|
#FTLPORT=4711
|
|
|
|
|
2018-07-28 23:16:16 +00:00
|
|
|
## Privacy Level
|
2018-07-27 22:21:25 +00:00
|
|
|
## Which privacy level is used?
|
|
|
|
## See: https://docs.pi-hole.net/ftldns/privacylevels/
|
|
|
|
## Options: 0, 1, 2, 3
|
|
|
|
#PRIVACYLEVEL=0
|
|
|
|
|
2018-07-28 23:16:16 +00:00
|
|
|
## Ignore Localhost
|
2018-07-27 22:21:25 +00:00
|
|
|
## Should FTL ignore queries coming from the local machine?
|
|
|
|
## Options: yes, no
|
|
|
|
#IGNORE_LOCALHOST=no
|
|
|
|
|
2018-07-28 23:16:16 +00:00
|
|
|
## Blocking Mode
|
2018-07-27 22:21:25 +00:00
|
|
|
## How should FTL reply to blocked queries?
|
|
|
|
## See: https://docs.pi-hole.net/ftldns/blockingmode/
|
|
|
|
## Options: NULL, IP-AAAA-NODATA, IP, NXDOMAIN
|
|
|
|
#BLOCKINGMODE=NULL
|
|
|
|
|
2018-07-28 23:16:16 +00:00
|
|
|
## Regex Debug Mode
|
2018-07-27 22:21:25 +00:00
|
|
|
## Controls if FTLDNS should print extended details about regex matching into pihole-FTL.log.
|
|
|
|
## See: https://docs.pi-hole.net/ftldns/regex/overview/
|
|
|
|
## Options: true, false
|
|
|
|
#REGEX_DEBUGMODE=false
|