From f1ac40f432c3204ce620254f0d2c51c3627a719d Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 5 Nov 2023 13:22:05 +0000 Subject: [PATCH] Reduce pihole cache size This is still a lot of records, and pihole complains with values any larger --- ansible/roles/pihole/files/setup-vars.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/pihole/files/setup-vars.conf b/ansible/roles/pihole/files/setup-vars.conf index d880717..7354fb3 100644 --- a/ansible/roles/pihole/files/setup-vars.conf +++ b/ansible/roles/pihole/files/setup-vars.conf @@ -3,7 +3,7 @@ QUERY_LOGGING=false INSTALL_WEB_SERVER=true INSTALL_WEB_INTERFACE=true LIGHTTPD_ENABLED=true -CACHE_SIZE=1000000 +CACHE_SIZE=10000 DNS_FQDN_REQUIRED=true DNS_BOGUS_PRIV=true DNSMASQ_LISTENING=bind