From 134c4eaf8134e4c1bfdd7c94d1dd7e7bfd1831bd Mon Sep 17 00:00:00 2001 From: afeiszli Date: Mon, 26 Sep 2022 11:15:57 -0400 Subject: [PATCH] set dns in docker --- scripts/netclient.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/netclient.sh b/scripts/netclient.sh index fb08acc9..56adbef2 100755 --- a/scripts/netclient.sh +++ b/scripts/netclient.sh @@ -23,7 +23,7 @@ if [ "$TOKEN" != "" ]; then TOKEN_CMD="-t $TOKEN" fi -/root/netclient join $TOKEN_CMD -dnson no -udpholepunch no +/root/netclient join $TOKEN_CMD -udpholepunch no if [ $? -ne 0 ]; then { echo "Failed to join, quitting." ; exit 1; } fi echo "[netclient] Starting netclient daemon"