igor04091968 commited on
Commit
685e31c
·
verified ·
1 Parent(s): fb05ed8

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -2
start.sh CHANGED
@@ -34,8 +34,7 @@ run_chisel() {
34
  while true; do
35
  echo "Starting chisel client..."
36
  # This is the line from the user's last instruction
37
- /usr/local/bin/chisel client -v --auth "cloud:2025" --keepalive 25s "https://vds1.iri1968.dpdns.org/chisel-ws" \
38
- R:8080:127.0.0.1:2023
39
  #R:8081:127.0.0.1:20001 R:8000:127.0.0.1:21 R:8002:127.0.0.1:20
40
  echo "Chisel client exited. Restarting in 5 seconds..."
41
  sleep 5
 
34
  while true; do
35
  echo "Starting chisel client..."
36
  # This is the line from the user's last instruction
37
+ /usr/local/bin/chisel client -v --auth "cloud:2025" --keepalive 25s "https://vds1.iri1968.dpdns.org/chisel-ws" R:8000:127.0.0.1:2023
 
38
  #R:8081:127.0.0.1:20001 R:8000:127.0.0.1:21 R:8002:127.0.0.1:20
39
  echo "Chisel client exited. Restarting in 5 seconds..."
40
  sleep 5