rachkovii68 commited on
Commit
238d4e7
·
1 Parent(s): 7bc086d

Update start.sh

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