Update dnsmasq add-on component configuration (#7436)

This commit is contained in:
Klaas Schoute 2018-11-09 09:43:04 +01:00 committed by Fabian Affolter
parent 9668c7de61
commit 79f832bc2d

View File

@ -23,8 +23,17 @@ Setup and manage a [Dnsmasq](http://thekelleys.org.uk/dnsmasq/doc.html) DNS serv
}
```
Configuration variables:
- **defaults** (*Required*): A list of DNS servers to forward default requests to.
- **forwards** (*Optional*): A list of domains that will forward to a specific server.
- **hosts** (*Optional*): A list of hosts to resolve statically.
{% configuration %}
defaults:
description: A list of DNS servers to forward default requests to.
required: true
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 %}