Spaces:
Paused
Paused
Commit ·
1558ecf
1
Parent(s): 3fdb7e3
Update start.sh
Browse files
start.sh
CHANGED
|
@@ -49,7 +49,7 @@ EOF
|
|
| 49 |
run_chisel() {
|
| 50 |
while true; do
|
| 51 |
echo "Starting chisel client..."
|
| 52 |
-
/usr/local/bin/chisel client -v --auth "cloud:2025" "
|
| 53 |
|
| 54 |
echo "Chisel client exited. Restarting in 5 seconds..."
|
| 55 |
sleep 5
|
|
|
|
| 49 |
run_chisel() {
|
| 50 |
while true; do
|
| 51 |
echo "Starting chisel client..."
|
| 52 |
+
/usr/local/bin/chisel client -v --auth "cloud:2025" "vds1.iri1968.dpdns.org/chisel-ws" R:8000:127.0.0.1:2023
|
| 53 |
|
| 54 |
echo "Chisel client exited. Restarting in 5 seconds..."
|
| 55 |
sleep 5
|