Add more backup dns servers

This commit is contained in:
Isaac Shoebottom 2024-09-18 19:37:35 -03:00
parent f96894162f
commit 71578ed06c

View File

@ -14,7 +14,7 @@ services:
environment:
TZ: 'America/Moncton'
FTLCONF_LOCAL_IPV4: '192.168.2.128'
PIHOLE_DNS_: "8.8.8.8;8.8.4.4"
PIHOLE_DNS_: "1.1.1.1;1.0.0.1;8.8.8.8;8.8.4.4;192.168.2.1"
DNSSEC: "true"
DNSMASQ_LISTENING: "single"
# Volumes store your data between container upgrades