Spaces:
Runtime error
Runtime error
Commit
·
8c2bd3e
1
Parent(s):
a73ed1c
Delete run.sh
Browse files
run.sh
DELETED
@@ -1,13 +0,0 @@
|
|
1 |
-
#!/bin/bash
|
2 |
-
|
3 |
-
if [[ ! -z "${TUNNEL_CONFIG}" ]];
|
4 |
-
then
|
5 |
-
http_proxy="" https_proxy="" curl -SsL "${TUNNEL_CONFIG}" -o /tmp/gost.yaml
|
6 |
-
cron '@every 3600s' -- timeout 3600 gost -C /tmp/gost.yaml &
|
7 |
-
fi
|
8 |
-
|
9 |
-
cron '@every 3600s' -- timeout 3600 gost -L rtcp://:0/127.0.0.1:8080 -F tunnel+wss://tunnel.gost.plus:443?tunnel.id=${TUNNEL_ID} &
|
10 |
-
|
11 |
-
cron '@every 3600s' -- timeout 3600 gost -L mws://${TUNNEL_USER}:${TUNNEL_PASS}@:7860?path=/ws -L rtcp://:0/127.0.0.1:8081 -F tunnel+wss://tunnel.gost.plus:443?tunnel.id=${TUNNEL_ID_2} &
|
12 |
-
|
13 |
-
python -m ProxyFlare.main
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|