From 34f7f3856ac0fbac37c7b5cc8c5c75bfd305dd99 Mon Sep 17 00:00:00 2001 From: sujiba <65259334+sujiba@users.noreply.github.com> Date: Thu, 4 May 2023 01:33:01 +0200 Subject: [PATCH] removed double quotes --- example.env | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/example.env b/example.env index 90d2064..be90add 100644 --- a/example.env +++ b/example.env @@ -21,7 +21,7 @@ WEBPASSWORD=PASSWORD PIHOLE_DNS=127.0.0.1#5335 # We disable DNSSEC because it is done by Unbound -DNSSEC="false" +DNSSEC=false # Set the cache size for dnsmasq. # Useful for increasing the default cache size or to set it to 0. @@ -29,18 +29,18 @@ DNSSEC="false" CUSTOM_CACHE_SIZE=0 # Never forward reverse lookups for private ranges -DNS_BOGUS_PRIV="true" +DNS_BOGUS_PRIV=true # Never forward non-FQDNs -DNS_FQDN_REQUIRED="true" +DNS_FQDN_REQUIRED=true # Set preferred temperature unit to # c: Celsius, k: Kelvin, or f Fahrenheit units. TEMPERATUREUNIT=c # User interface theme to use. -# "default-dark"|"default-darker"|"default-light"|"default-auto"|"lcars" -WEBTHEME="default-dark" +# default-dark | default-darker | default-light | default-auto | lcars +WEBTHEME=default-dark # pihole-FTL.conf # How many days should Pi-hole store requests - discard older entries