1
0
Fork 0
mirror of https://github.com/sujiba/pihole-unbound-hyperlocal.git synced 2025-07-10 13:55:12 +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
# 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.