Skip to content

Commit dcbb6a2

Browse files
authored
Fix socat spawn (#172)
* Update dns.py * Update dns.py
1 parent 56fa155 commit dcbb6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hassio/dns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
_LOGGER = logging.getLogger(__name__)
77

8-
COMMAND = "socat UDP-LISTEN:53,fork UDP:127.0.0.11:53"
8+
COMMAND = "socat UDP-RECVFROM:53,fork UDP-SENDTO:127.0.0.11:53"
99

1010

1111
class DNSForward(object):

0 commit comments

Comments
 (0)