From dc7d2134bf1db7a78de0e78d6fe0394708addf00 Mon Sep 17 00:00:00 2001 From: vincent Date: Sat, 21 Oct 2023 22:37:59 +0200 Subject: [PATCH] fix: conflict between pihole and dnsmasq --- nomad-job/pihole.nomad | 1 + 1 file changed, 1 insertion(+) diff --git a/nomad-job/pihole.nomad b/nomad-job/pihole.nomad index ea6d08e..61ca650 100644 --- a/nomad-job/pihole.nomad +++ b/nomad-job/pihole.nomad @@ -101,6 +101,7 @@ server=/ducamps.eu/192.168.1.10 {{end}} domain=ducamps.win no-negcache +bind-interfaces local-ttl=2 EOH destination = "local/dnsmasq.d/02-localresolver.conf"