Files
old-proxylist/example.env

9 lines
675 B
Bash
Raw Permalink Normal View History

2020-08-15 04:12:42 +02:00
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)
2020-08-20 15:54:39 +03:00
URL_TO_FETCH = Url to fetch for proxy speed evaluation
SINGLE_PROXY_TIMEOUT = Timeout in seconds when testing single proxy; if proxy do not respond in this time, it will be removed from list (Default is 30 seconds)