Merge pull request #1606 from gravitl/feature_v0.16.1_dns_docker

set dns in docker
This commit is contained in:
Alex Feiszli 2022-10-03 09:06:44 -04:00 committed by GitHub
commit f28f2e6b44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"