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