From 8d0370b2ff030149039b57373f3af72b6626cdf9 Mon Sep 17 00:00:00 2001 From: "Philip (a-0)" <@ph:a-0.me> Date: Sun, 7 Aug 2022 13:25:09 +0200 Subject: [PATCH] added local ttl to pihole --- templates/setupVars.conf.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/setupVars.conf.j2 b/templates/setupVars.conf.j2 index fc98c07..13b81aa 100644 --- a/templates/setupVars.conf.j2 +++ b/templates/setupVars.conf.j2 @@ -15,4 +15,5 @@ PIHOLE_DNS_2={{ pihole_fallback_dns_server }} DNS_FQDN_REQUIRED=true DNS_BOGUS_PRIV=true DNSSEC=false -REV_SERVER=false \ No newline at end of file +REV_SERVER=false +LOCAL_TTL=3600 \ No newline at end of file