1
0
Fork 0
mirror of https://github.com/sujiba/pihole-unbound-hyperlocal.git synced 2025-07-10 21:55:13 +02:00

added missing quotation marks

This commit is contained in:
sujiba 2023-05-04 01:33:01 +02:00
parent e5b26c41c5
commit b92519f8ea

View file

@ -25,10 +25,10 @@ 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.
@ -36,4 +36,4 @@ TEMPERATUREUNIT=c
# User interface theme to use. # User interface theme to use.
# "default-dark"|"default-darker"|"default-light" # "default-dark"|"default-darker"|"default-light"
WEBTHEME="default-dark" WEBTHEME="default-dark"