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