Reduce pihole cache size
This is still a lot of records, and pihole complains with values any larger
This commit is contained in:
parent
850278ab19
commit
f1ac40f432
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ QUERY_LOGGING=false
|
||||||
INSTALL_WEB_SERVER=true
|
INSTALL_WEB_SERVER=true
|
||||||
INSTALL_WEB_INTERFACE=true
|
INSTALL_WEB_INTERFACE=true
|
||||||
LIGHTTPD_ENABLED=true
|
LIGHTTPD_ENABLED=true
|
||||||
CACHE_SIZE=1000000
|
CACHE_SIZE=10000
|
||||||
DNS_FQDN_REQUIRED=true
|
DNS_FQDN_REQUIRED=true
|
||||||
DNS_BOGUS_PRIV=true
|
DNS_BOGUS_PRIV=true
|
||||||
DNSMASQ_LISTENING=bind
|
DNSMASQ_LISTENING=bind
|
||||||
|
|
Loading…
Reference in a new issue