mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-19 07:06:30 +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__)
|
||||
|
||||
COMMAND = "socat UDP-RECVFROM:53,fork UDP-SENDTO:{!s}"
|
||||
COMMAND = "socat UDP-RECVFROM:53,fork UDP-SENDTO:{!s}:53"
|
||||
|
||||
|
||||
class DNSForward:
|
||||
|
Loading…
x
Reference in New Issue
Block a user