Use google upstream dns

This commit is contained in:
Isaac Shoebottom 2024-08-10 12:34:18 -03:00
parent b19e997ceb
commit 663814e925

View File

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