Skip to content

Commit c6983a9

Browse files
authored
Update dnsmasq.markdown
1 parent dc01806 commit c6983a9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

source/_addons/dnsmasq.markdown

Lines changed: 1 addition & 7 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 allows you to manipulate DNS requests. For example, you can have your Home Assistant domain resolve with an internal address inside your network.
1313

14-
<p class='note info'>
15-
`interface` options are for resinos based installation. On other system you can set it to `""`, for listen on every interface.
16-
</p>
17-
1814
```json
1915
{
2016
"defaults": ["8.8.8.8", "8.8.4.4"],
@@ -23,8 +19,7 @@ Setup and manage a [Dnsmasq](http://thekelleys.org.uk/dnsmasq/doc.html) DNS serv
2319
],
2420
"hosts": [
2521
{"host": "home.mydomain.io", "ip": "192.168.1.10"}
26-
],
27-
"interface": "eth1"
22+
]
2823
}
2924
```
3025

@@ -33,4 +28,3 @@ Configuration variables:
3328
- **defaults** (*Required*): A list of DNS servers to forward default requests to.
3429
- **forwards** (*Optional*): A list of domains that will forward to a specific server.
3530
- **hosts** (*Optional*): A list of hosts to resolve statically.
36-
- **interface** (*Optional*): If an interface is set, it listens only on this interface. Needs to be set for ResinOS. Normally is `eth0` for ethernet wired connection and `wlan0` for wireless connection.

0 commit comments

Comments
 (0)