implement proxy speed check

This commit is contained in:
Bilal
2020-08-15 04:12:42 +02:00
parent 5d3c22aa69
commit ad42e25a25
8 changed files with 1249 additions and 0 deletions

8
example.env Normal file
View File

@@ -0,0 +1,8 @@
SERVER_PORT=Port where server will listen for requests
PROXY_LIST_BASE_URL = Base url where proxy list can be fetched. Proxy type(https, socks5) will be concatenated to this URL
PROXY_LIST_TIMEOUT = Wait PROXY_LIST_TIMEOUT seconds for proxy list before dropping request
PROXY_LIST_RELOAD_INTERVAL = Refresh proxy list every PROXY_LIST_RELOAD_INTERVAL minutes
MAX_PROXY_CONNECTIONS = Number of maximum parallel connections when testing proxy speed (Default 5)
URL_TO_FETCH = Url to fetch for proxy speed evaluation