mirror of
https://github.com/sujiba/pihole-unbound-hyperlocal.git
synced 2025-07-10 21:55:13 +02:00
removed double quotes
This commit is contained in:
parent
0a4dfcb223
commit
34f7f3856a
1 changed files with 5 additions and 5 deletions
10
example.env
10
example.env
|
@ -21,7 +21,7 @@ WEBPASSWORD=PASSWORD
|
|||
PIHOLE_DNS=127.0.0.1#5335
|
||||
|
||||
# We disable DNSSEC because it is done by Unbound
|
||||
DNSSEC="false"
|
||||
DNSSEC=false
|
||||
|
||||
# Set the cache size for dnsmasq.
|
||||
# Useful for increasing the default cache size or to set it to 0.
|
||||
|
@ -29,18 +29,18 @@ 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.
|
||||
TEMPERATUREUNIT=c
|
||||
|
||||
# User interface theme to use.
|
||||
# "default-dark"|"default-darker"|"default-light"|"default-auto"|"lcars"
|
||||
WEBTHEME="default-dark"
|
||||
# default-dark | default-darker | default-light | default-auto | lcars
|
||||
WEBTHEME=default-dark
|
||||
|
||||
# pihole-FTL.conf
|
||||
# How many days should Pi-hole store requests - discard older entries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue