10 lines
324 B
Bash
10 lines
324 B
Bash
TZ="America/New_York"
|
|
# The password to login to pihole.
|
|
WEBPASSWORD="super-secret!"
|
|
DNSMASQ_LISTENING=local
|
|
# This should be the server IP that pihole is running on.
|
|
PIHOLE_DNS_="192.168.100.3#5053"
|
|
# This mount needs (3) folders, 'pihole', 'dnsmasq.d', 'unbound'.
|
|
NFS_MNT=":/var/nfs/shared/<mnt>"
|
|
NFS_ADDR="192.168.1.105"
|