1
0
mirror of https://github.com/tteck/Proxmox.git synced 2024-11-21 18:16:39 +02:00

Update pihole-install.sh

Correct interface IP
This commit is contained in:
tteckster 2024-10-28 15:10:48 -04:00 committed by GitHub
parent b603da7778
commit 2d3cae43cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,7 @@ if [[ ${prompt,,} =~ ^(y|yes)$ ]]; then
cat <<EOF >/etc/unbound/unbound.conf.d/pi-hole.conf
server:
verbosity: 0
interface: 0.0.0.0
interface: 127.0.0.1
port: 5335
do-ip6: no
do-ip4: yes