mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update dnsmasq add-on component configuration (#7436)
This commit is contained in:
parent
9668c7de61
commit
79f832bc2d
@ -23,8 +23,17 @@ Setup and manage a [Dnsmasq](http://thekelleys.org.uk/dnsmasq/doc.html) DNS serv
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
defaults:
|
||||||
- **defaults** (*Required*): A list of DNS servers to forward default requests to.
|
description: A list of DNS servers to forward default requests to.
|
||||||
- **forwards** (*Optional*): A list of domains that will forward to a specific server.
|
required: true
|
||||||
- **hosts** (*Optional*): A list of hosts to resolve statically.
|
type: list
|
||||||
|
forwards:
|
||||||
|
description: A list of domains that will forward to a specific server.
|
||||||
|
required: false
|
||||||
|
type: list
|
||||||
|
hosts:
|
||||||
|
description: A list of hosts to resolve statically.
|
||||||
|
required: false
|
||||||
|
type: list
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user