1
0
Fork 0
mirror of https://github.com/sujiba/pihole-unbound-hyperlocal.git synced 2025-07-11 22:15:43 +02:00

removed double quotes

This commit is contained in:
sujiba 2023-05-04 01:33:01 +02:00
parent 0a4dfcb223
commit 34f7f3856a

View file

@ -21,7 +21,7 @@ WEBPASSWORD=PASSWORD
PIHOLE_DNS=127.0.0.1#5335 PIHOLE_DNS=127.0.0.1#5335
# We disable DNSSEC because it is done by Unbound # We disable DNSSEC because it is done by Unbound
DNSSEC="false" DNSSEC=false
# Set the cache size for dnsmasq. # Set the cache size for dnsmasq.
# Useful for increasing the default cache size or to set it to 0. # Useful for increasing the default cache size or to set it to 0.
@ -29,18 +29,18 @@ DNSSEC="false"
CUSTOM_CACHE_SIZE=0 CUSTOM_CACHE_SIZE=0
# Never forward reverse lookups for private ranges # Never forward reverse lookups for private ranges
DNS_BOGUS_PRIV="true" DNS_BOGUS_PRIV=true
# Never forward non-FQDNs # Never forward non-FQDNs
DNS_FQDN_REQUIRED="true" DNS_FQDN_REQUIRED=true
# Set preferred temperature unit to # Set preferred temperature unit to
# c: Celsius, k: Kelvin, or f Fahrenheit units. # c: Celsius, k: Kelvin, or f Fahrenheit units.
TEMPERATUREUNIT=c TEMPERATUREUNIT=c
# User interface theme to use. # User interface theme to use.
# "default-dark"|"default-darker"|"default-light"|"default-auto"|"lcars" # default-dark | default-darker | default-light | default-auto | lcars
WEBTHEME="default-dark" WEBTHEME=default-dark
# pihole-FTL.conf # pihole-FTL.conf
# How many days should Pi-hole store requests - discard older entries # How many days should Pi-hole store requests - discard older entries