mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 08:47:35 +08:00
set dns in docker
This commit is contained in:
@@ -23,7 +23,7 @@ if [ "$TOKEN" != "" ]; then
|
|||||||
TOKEN_CMD="-t $TOKEN"
|
TOKEN_CMD="-t $TOKEN"
|
||||||
fi
|
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
|
if [ $? -ne 0 ]; then { echo "Failed to join, quitting." ; exit 1; } fi
|
||||||
|
|
||||||
echo "[netclient] Starting netclient daemon"
|
echo "[netclient] Starting netclient daemon"
|
||||||
|
Reference in New Issue
Block a user