Spaces:
Sleeping
Sleeping
Update start.sh
Browse files
start.sh
CHANGED
|
@@ -2,14 +2,14 @@
|
|
| 2 |
set -e
|
| 3 |
|
| 4 |
echo "[UPDATER] Fetching proxy list..."
|
| 5 |
-
curl -
|
| 6 |
|
| 7 |
-
#
|
| 8 |
(
|
| 9 |
while true; do
|
| 10 |
sleep 300
|
| 11 |
echo "[UPDATER] Updating proxy list..."
|
| 12 |
-
curl -
|
| 13 |
done
|
| 14 |
) &
|
| 15 |
|
|
|
|
| 2 |
set -e
|
| 3 |
|
| 4 |
echo "[UPDATER] Fetching proxy list..."
|
| 5 |
+
curl -fsSL https://raw.githubusercontent.com/mishableskineetudiant-stack/proxylistfiltered/main/proxies_elite.txt > proxies.txt
|
| 6 |
|
| 7 |
+
# Reload toutes les 5 minutes
|
| 8 |
(
|
| 9 |
while true; do
|
| 10 |
sleep 300
|
| 11 |
echo "[UPDATER] Updating proxy list..."
|
| 12 |
+
curl -fsSL https://raw.githubusercontent.com/mishableskineetudiant-stack/proxylistfiltered/main/proxies_elite.txt > proxies.txt
|
| 13 |
done
|
| 14 |
) &
|
| 15 |
|