Update config.json

This commit is contained in:
Pascal Vizeli
2017-05-25 00:57:43 +02:00
committed by GitHub
parent c97f5e715e
commit 7549f744c2

View File

@@ -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": [
{