This repository has been archived on 2025-03-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
pihole/example.env

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"