From f905221e1bda520b2b5572c69207ac55f84a082b Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 24 May 2017 23:15:52 +0000 Subject: [PATCH] Site updated at 2017-05-24 23:15:51 UTC --- addons/dnsmasq/index.html | 155 ++++++++++++++++++ addons/index.html | 1 + atom.xml | 2 +- blog/categories/announcements/atom.xml | 2 +- blog/categories/community/atom.xml | 2 +- blog/categories/device-tracking/atom.xml | 2 +- blog/categories/esp8266/atom.xml | 2 +- blog/categories/how-to/atom.xml | 2 +- blog/categories/ibeacons/atom.xml | 2 +- blog/categories/internet-of-things/atom.xml | 2 +- blog/categories/iot-data/atom.xml | 2 +- blog/categories/merchandise/atom.xml | 2 +- blog/categories/micropython/atom.xml | 2 +- blog/categories/mqtt/atom.xml | 2 +- blog/categories/organisation/atom.xml | 2 +- blog/categories/owntracks/atom.xml | 2 +- blog/categories/presence-detection/atom.xml | 2 +- .../public-service-announcement/atom.xml | 2 +- blog/categories/release-notes/atom.xml | 2 +- blog/categories/survey/atom.xml | 2 +- blog/categories/talks/atom.xml | 2 +- blog/categories/technology/atom.xml | 2 +- blog/categories/user-stories/atom.xml | 2 +- blog/categories/video/atom.xml | 2 +- blog/categories/website/atom.xml | 2 +- sitemap.xml | 33 ++-- 26 files changed, 197 insertions(+), 38 deletions(-) create mode 100644 addons/dnsmasq/index.html diff --git a/addons/dnsmasq/index.html b/addons/dnsmasq/index.html new file mode 100644 index 0000000000..e5860c5102 --- /dev/null +++ b/addons/dnsmasq/index.html @@ -0,0 +1,155 @@ + + + + + + + + + Dnsmasq - Home Assistant + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+
+ +
+

+ Dnsmasq +

+
+
+ 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. +

+At the moment, it will not work with resinos! +

+```json +{ + "defaults": ["8.8.8.8", "8.8.4.4"], + "forwards": [ + {"domain": "mystuff.local", "server": "192.168.1.40"} + ], + "hosts": [ + {"host": "home.mydomain.io", "ip": "192.168.1.10"} + ], +} +``` +Configuration variables: +- **defaults** (*Required*): A list of dns server to forward default requests. +- **forwards** (*Optional*): A list of domains that will forward to a specific server. +- **hosts** (*Optional*): A list of hosts to resolve it static. +
+
+ +
+
+ + + + diff --git a/addons/index.html b/addons/index.html index 74ac4c08ab..15e6d07ca8 100644 --- a/addons/index.html +++ b/addons/index.html @@ -71,6 +71,7 @@