Fix socat command (#1211)

This commit is contained in:
Pascal Vizeli 2019-08-15 10:17:41 +02:00 committed by GitHub
parent 334cc66cf6
commit 2480c83169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: