Browse Source

set dns in docker

afeiszli 2 years ago
parent
commit
134c4eaf81
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/netclient.sh

+ 1 - 1
scripts/netclient.sh

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