Spaces:
Paused
Paused
Update start.sh
Browse files
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
|