Update dnsmasq.markdown
This commit is contained in:
parent
18c209afaa
commit
17f46a4ef7
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ footer: true
|
||||||
|
|
||||||
Setup and manage a [Dnsmasq](http://thekelleys.org.uk/dnsmasq/doc.html) dns server. This allow your to manipulate some dns requests. I.e. that inside your network, your homeassistant domain will resolve with a internal address.
|
Setup and manage a [Dnsmasq](http://thekelleys.org.uk/dnsmasq/doc.html) dns server. This allow your to manipulate some dns requests. I.e. that inside your network, your homeassistant domain will resolve with a internal address.
|
||||||
|
|
||||||
|
<p class='note info'>
|
||||||
|
`interface` options are for resinos based installation. On other system you can set it to `""`, for listen on every interface.
|
||||||
|
</p>
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"defaults": ["8.8.8.8", "8.8.4.4"],
|
"defaults": ["8.8.8.8", "8.8.4.4"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue