From 1c2010a8a2f73a7518150568b0f7d9e9ef1b3a57 Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Mon, 12 Dec 2016 21:51:07 +0100 Subject: [PATCH] use localhost for dnsmasq --- dnsmasq.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsmasq.conf b/dnsmasq.conf index 6ae1220..fb54038 100644 --- a/dnsmasq.conf +++ b/dnsmasq.conf @@ -14,7 +14,7 @@ # Basic server configuration # -listen-address=0.0.0.0 +listen-address=127.0.0.1 port=53 bind-interfaces user=root