no udp hole punch for docker

This commit is contained in:
afeiszli 2021-12-11 12:39:22 -05:00
parent 81213486ec
commit 279fa1d3a1

View file

@ -11,7 +11,7 @@ if [ "$TOKEN" != "" ]; then
TOKEN_CMD="-t $TOKEN"
fi
/root/netclient join $TOKEN_CMD -daemon off -dnson no
/root/netclient join $TOKEN_CMD -daemon off -dnson no -udpholepunch no
if [ $? -ne 0 ]; then { echo "Failed to join, quitting." ; exit 1; } fi
echo "[netclient] Starting netclient checkin"