From 7549f744c2bd6357d918241a31628d620bd3f79f Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 25 May 2017 00:57:43 +0200 Subject: [PATCH] Update config.json --- dnsmasq/config.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dnsmasq/config.json b/dnsmasq/config.json index dfe018b..4aa5cd1 100644 --- a/dnsmasq/config.json +++ b/dnsmasq/config.json @@ -6,15 +6,16 @@ "url": "https://home-assistant.io/addons/dnsmasq/", "startup": "before", "boot": "auto", - "host_network": true, + "ports": { + "53/udp": 53, + "53/tcp": 53 + }, "options": { - "interface": "eth0", "defaults": ["8.8.8.8", "8.8.4.4"], "forwards": [], "hosts": [] }, "schema": { - "interface": "str", "defaults": ["str"], "forwards": [ {