mirror of
https://github.com/sujiba/pihole-unbound-hyperlocal.git
synced 2025-07-10 05:45:14 +02:00
added missing quotation marks
This commit is contained in:
parent
e5b26c41c5
commit
b92519f8ea
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
@ -36,4 +36,4 @@ TEMPERATUREUNIT=c
|
|||
|
||||
# User interface theme to use.
|
||||
# "default-dark"|"default-darker"|"default-light"
|
||||
WEBTHEME="default-dark"
|
||||
WEBTHEME="default-dark"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue