mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-10 09:32:32 +08:00
Merge pull request #1606 from gravitl/feature_v0.16.1_dns_docker
set dns in docker
This commit is contained in:
commit
f28f2e6b44
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue