We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56fa155 commit dcbb6a2Copy full SHA for dcbb6a2
hassio/dns.py
@@ -5,7 +5,7 @@
5
6
_LOGGER = logging.getLogger(__name__)
7
8
-COMMAND = "socat UDP-LISTEN:53,fork UDP:127.0.0.11:53"
+COMMAND = "socat UDP-RECVFROM:53,fork UDP-SENDTO:127.0.0.11:53"
9
10
11
class DNSForward(object):
0 commit comments