Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored May 24, 2017
1 parent fa3ae68 commit d0cfba1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dnsmasq/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down

0 comments on commit d0cfba1

Please sign in to comment.