From 58894bcc669b6f4e98c10c6ebcab9d6c78c1648c Mon Sep 17 00:00:00 2001 From: Bilal Date: Tue, 19 May 2020 19:12:19 +0200 Subject: [PATCH] add CUSTOM_SOCKS5_PROXY_LIST env variable --- example.env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example.env b/example.env index 354361a..f3a1555 100644 --- a/example.env +++ b/example.env @@ -5,4 +5,5 @@ CLIENT_CONNECTION_TIMEOUT = Number of seconds to wait before trying to connect t CLIENT_WAITING_TIMEOUT = Number of seconds to wait for request from server WORKER_SERVER_ADDRESS = Address in form of IP:PORT (127.0.0.1:1338) REQUEST_MESSAGE_PREFIX = Prefix that worker server adds to the request message when sending to the worker client. Use double quotes if prefix has a space (eg. "URL ") -PROXY_LIST_BASE_URL = Base url where proxy list can be fetched. Proxy type(https, socks5) will be concatenated to this URL \ No newline at end of file +PROXY_LIST_BASE_URL = Base url where proxy list can be fetched. Proxy type(https, socks5) will be concatenated to this URL +CUSTOM_SOCKS5_PROXY_LIST = List of proxies to append on list from PROXY_LIST_BASE_URL, comma separated (ip:port, ip:port, ...) \ No newline at end of file