mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-20 07:36:29 +00:00
Fix socat command (#1211)
This commit is contained in:
parent
334cc66cf6
commit
2480c83169
@ -9,7 +9,7 @@ import async_timeout
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
COMMAND = "socat UDP-RECVFROM:53,fork UDP-SENDTO:{!s}"
|
COMMAND = "socat UDP-RECVFROM:53,fork UDP-SENDTO:{!s}:53"
|
||||||
|
|
||||||
|
|
||||||
class DNSForward:
|
class DNSForward:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user