From 0878a98dd262e5d6b4b34bb68c8c4329c715cc4f Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Sun, 4 Apr 2021 07:31:01 +0200 Subject: [PATCH] fix: [host] ``dnsmasq`` configuration upgrade Signed-off-by: Valentin Lab --- precise/host/hooks/install.d/80-dns-waterfall.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/precise/host/hooks/install.d/80-dns-waterfall.sh b/precise/host/hooks/install.d/80-dns-waterfall.sh index 3a90b12..817ed52 100755 --- a/precise/host/hooks/install.d/80-dns-waterfall.sh +++ b/precise/host/hooks/install.d/80-dns-waterfall.sh @@ -23,6 +23,7 @@ HOST_IP=$(. /etc/default/lxc && ifip "$HOST_EXTERNAL_DEVICE") echo " server=$LXC_ADDR interface=lo +bind-interfaces no-negcache log-queries log-facility=/var/log/dnsmasq.log @@ -30,9 +31,11 @@ log-facility=/var/log/dnsmasq.log echo " server=${HOST_IP} +bind-interfaces log-queries no-negcache log-facility=/var/log/lxc-dnsmasq.log +no-resolv " >> /etc/lxc/dnsmasq.conf (