Update config.json

This commit is contained in:
Pascal Vizeli
2017-05-25 00:31:18 +02:00
committed by GitHub
parent fa3ae68f01
commit d0cfba1504

View File

@@ -6,15 +6,15 @@
"url": "https://home-assistant.io/addons/dnsmasq/", "url": "https://home-assistant.io/addons/dnsmasq/",
"startup": "before", "startup": "before",
"boot": "auto", "boot": "auto",
"ports": { "host_network": true,
"53/udp": 53
},
"options": { "options": {
"interface": "eth0",
"defaults": ["8.8.8.8", "8.8.4.4"], "defaults": ["8.8.8.8", "8.8.4.4"],
"forwards": [], "forwards": [],
"hosts": [] "hosts": []
}, },
"schema": { "schema": {
"interface": "str",
"defaults": ["str"], "defaults": ["str"],
"forwards": [ "forwards": [
{ {