Spaces:
Paused
Paused
Update startup.sh
Browse files- startup.sh +1 -1
startup.sh
CHANGED
|
@@ -2,4 +2,4 @@ python -m http.server 7860 & kill $!
|
|
| 2 |
dropbear -p 127.0.0.1:22022 -R -E -B -a
|
| 3 |
cp nginx.conf.sample nginx.conf
|
| 4 |
nginx -c /home/ubuntu/nginx.conf &
|
| 5 |
-
./glider -listen /glider -listen ws://:17860/control,trojanc://
|
|
|
|
| 2 |
dropbear -p 127.0.0.1:22022 -R -E -B -a
|
| 3 |
cp nginx.conf.sample nginx.conf
|
| 4 |
nginx -c /home/ubuntu/nginx.conf &
|
| 5 |
+
./glider -listen /glider -listen ws://:17860/control,trojanc://$PASSWORD@
|