You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_addons/dnsmasq.markdown
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,6 @@ footer: true
11
11
12
12
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.
13
13
14
-
<pclass='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
-
18
14
```json
19
15
{
20
16
"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
-**defaults** (*Required*): A list of DNS servers to forward default requests to.
34
29
-**forwards** (*Optional*): A list of domains that will forward to a specific server.
35
30
-**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