set dns in docker

This commit is contained in:
afeiszli
2022-09-26 11:15:57 -04:00
parent f35429f768
commit 134c4eaf81

View File

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