From a1285612f1677e2e9097051dc3e1453a5b43ce2b Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 24 Sep 2023 13:45:40 +0100 Subject: [PATCH] Increase pihole cache --- 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 7354fb3..d880717 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=10000 +CACHE_SIZE=1000000 DNS_FQDN_REQUIRED=true DNS_BOGUS_PRIV=true DNSMASQ_LISTENING=bind