From 17f46a4ef7e16e3ef12eaca6267ffebe797389a1 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 28 Jun 2017 08:49:46 +0200 Subject: [PATCH] Update dnsmasq.markdown --- source/_addons/dnsmasq.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_addons/dnsmasq.markdown b/source/_addons/dnsmasq.markdown index 31ddd01fcfd..fe4687f4412 100644 --- a/source/_addons/dnsmasq.markdown +++ b/source/_addons/dnsmasq.markdown @@ -11,6 +11,10 @@ footer: true Setup and manage a [Dnsmasq](http://thekelleys.org.uk/dnsmasq/doc.html) dns server. This allow your to manipulate some dns requests. I.e. that inside your network, your homeassistant domain will resolve with a internal address. +

+`interface` options are for resinos based installation. On other system you can set it to `""`, for listen on every interface. +

+ ```json { "defaults": ["8.8.8.8", "8.8.4.4"],