From 64163823a8cedb7e8ad054ae1c1687dedae9f65b Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Wed, 5 Dec 2018 07:59:46 +0100 Subject: [PATCH] dnsmasq should only listen on lo interface --- etc/dnsmasq.d/custom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/dnsmasq.d/custom b/etc/dnsmasq.d/custom index 0631189..2184b92 100644 --- a/etc/dnsmasq.d/custom +++ b/etc/dnsmasq.d/custom @@ -1,4 +1,4 @@ -interface=* +interface=lo server=127.0.0.1#54 no-resolv cache-size=10000