Skip to content

Commit 1c62cf7

Browse files
authored
Update dnsmasq.markdown
1 parent 7a976c6 commit 1c62cf7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

source/_addons/dnsmasq.markdown

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ footer: true
1111

1212
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.
1313

14-
<p class='note warning'>
15-
At the moment, it will not work with resinos!
16-
</p>
17-
1814
```json
1915
{
2016
"defaults": ["8.8.8.8", "8.8.4.4"],
@@ -24,6 +20,7 @@ At the moment, it will not work with resinos!
2420
"hosts": [
2521
{"host": "home.mydomain.io", "ip": "192.168.1.10"}
2622
],
23+
"interface": "eth1"
2724
}
2825
```
2926

@@ -32,3 +29,4 @@ Configuration variables:
3229
- **defaults** (*Required*): A list of dns server to forward default requests.
3330
- **forwards** (*Optional*): A list of domains that will forward to a specific server.
3431
- **hosts** (*Optional*): A list of hosts to resolve it static.
32+
- **interface** (*Optional*): If a interface is set, it listen only on this interface. Need to set for resinos.

0 commit comments

Comments
 (0)