rachkovii68 commited on
Commit
be32344
·
1 Parent(s): 31d76c0

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..."
10
- /usr/local/bin/chisel client -v --auth "cloud:2025" vds1.iri1968.dpdns.org:80 R:8000:127.0.0.1:2053
 
11
  echo "Chisel client exited. Restarting in 5 seconds..."
12
  sleep 5
13
  done
 
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:2053
12
  echo "Chisel client exited. Restarting in 5 seconds..."
13
  sleep 5
14
  done