rachkovii68 commited on
Commit
aa30ab7
·
1 Parent(s): c1109ef

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -8,7 +8,7 @@ run_chisel() {
8
  while true; do
9
  echo "Starting chisel client..."
10
  # /usr/local/bin/chisel client -v --auth "cloud:2025" vds1.iri1968.dpdns.org:80 R:8000:127.0.0.1:2053
11
- /usr/local/bin/chisel client -v --auth "cloud:2025" https://vds1.iri1968.dpdns.org:80 R:8000:127.0.0.1:2023
12
  echo "Chisel client exited. Restarting in 5 seconds..."
13
  sleep 5
14
  done
 
8
  while true; do
9
  echo "Starting chisel client..."
10
  # /usr/local/bin/chisel client -v --auth "cloud:2025" vds1.iri1968.dpdns.org:80 R:8000:127.0.0.1:2053
11
+ /usr/local/bin/chisel client -v --auth "cloud:2025" https://vds1.iri1968.dpdns.org:80 R:8443:127.0.0.1:2023
12
  echo "Chisel client exited. Restarting in 5 seconds..."
13
  sleep 5
14
  done