rachkovii68 commited on
Commit
c82c5df
·
1 Parent(s): b3d1ddf

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 with mTLS..."
10
  #/usr/local/bin/chisel client -v --auth "cloud:2025" --tls-cert /etc/chisel/client.crt --tls-key /etc/chisel/client.key --tls-ca /etc/chisel/ca.crt https://vds1.iri1968.dpdns.org R:2023:127.0.0.1:2023
11
- /usr/local/bin/chisel client -v --auth "cloud:2025" 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 with mTLS..."
10
  #/usr/local/bin/chisel client -v --auth "cloud:2025" --tls-cert /etc/chisel/client.crt --tls-key /etc/chisel/client.key --tls-ca /etc/chisel/ca.crt https://vds1.iri1968.dpdns.org R:2023:127.0.0.1:2023
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