mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 13:44:20 +01:00
Update config.json
This commit is contained in:
@@ -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": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user