mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-23 17:16:33 +00:00
parent
56fa1550d2
commit
dcbb6a2160
@ -5,7 +5,7 @@ import shlex
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
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"
|
||||
|
||||
|
||||
class DNSForward(object):
|
||||
|
Loading…
x
Reference in New Issue
Block a user