[add] Forcing proxy refresh on container run
This commit is contained in:
5
entrypoint.sh
Executable file
5
entrypoint.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
python3 /app/scrape_proxies.py | tee /mubeng/proxies.txt
|
||||
|
||||
/bin/mubeng --check --address 0.0.0.0:8080 --rotate 1 --method random --file /mubeng/proxies.txt --watch --timeout 10s
|
||||
Reference in New Issue
Block a user