1
0
Fork 0
mirror of https://github.com/sujiba/pihole-unbound-hyperlocal.git synced 2025-07-12 14:35:42 +02:00

added missing quotation marks

This commit is contained in:
sujiba 2021-09-27 20:29:51 +02:00 committed by GitHub
parent eac9f6bc19
commit da2a77ec6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"