mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
692659e22d
- Passwordless as it doesn't compromise security; - Firewall blocks access to the interface in case the pihole is exposed to the internet; - setupVars.conf needs to be 644 for non root commands to the pihole script to work, so the WEB_PASSWORD can be read as normal user, restricting root on pihole does not make sense, as it can modify the network setting via pihole web interface.
19 lines
426 B
Plaintext
19 lines
426 B
Plaintext
# SPDX-FileCopyrightText: 2022 - 2023 unman <unman@thirdeyesecurity.org>
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
PIHOLE_INTERFACE=eth0
|
|
PIHOLE_DNS_1=9.9.9.9
|
|
PIHOLE_DNS_2=149.112.112.112
|
|
QUERY_LOGGING=true
|
|
INSTALL_WEB_SERVER=true
|
|
INSTALL_WEB_INTERFACE=true
|
|
LIGHTTPD_ENABLED=true
|
|
CACHE_SIZE=10000
|
|
DNS_FQDN_REQUIRED=true
|
|
DNS_BOGUS_PRIV=true
|
|
DNSMASQ_LISTENING=local
|
|
WEBPASSWORD=
|
|
BLOCKING_ENABLED=true
|
|
WEBTHEME=default-dark
|