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
+2-4Lines changed: 2 additions & 4 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 allow your to manipulate some dns requests. I.e. that inside your network, your homeassistant domain will resolve with a internal address.
13
13
14
-
<pclass='note warning'>
15
-
At the moment, it will not work with resinos!
16
-
</p>
17
-
18
14
```json
19
15
{
20
16
"defaults": ["8.8.8.8", "8.8.4.4"],
@@ -24,6 +20,7 @@ At the moment, it will not work with resinos!
0 commit comments