From c243bee34ed7262ad49aa54816f9cc5304e0287b Mon Sep 17 00:00:00 2001 From: agatha Date: Wed, 8 Nov 2023 17:49:00 -0500 Subject: [PATCH] Update to use round robin with chain_len 3 --- templates/proxychains.conf | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/templates/proxychains.conf b/templates/proxychains.conf index 51e3d56..ea85355 100644 --- a/templates/proxychains.conf +++ b/templates/proxychains.conf @@ -15,14 +15,14 @@ # (dead proxies are skipped) # otherwise EINTR is returned to the app # -strict_chain +# strict_chain # # Strict - Each connection will be done via chained proxies # all proxies chained in the order as they appear in the list # all proxies must be online to play in chain # otherwise EINTR is returned to the app # -#round_robin_chain +round_robin_chain # # Round Robin - Each connection will be done via chained proxies # of chain_len length @@ -43,7 +43,7 @@ strict_chain # this option is good to test your IDS :) # Make sense only if random_chain or round_robin_chain -#chain_len = 2 +chain_len = 3 # Quiet mode (no output from library) #quiet_mode @@ -155,8 +155,3 @@ tcp_connect_time_out 8000 # ( auth types supported: "basic"-http "user/pass"-socks ) # [ProxyList] -# add proxy here ... -# meanwile -# defaults set to "tor" -# socks4 127.0.0.1 9050 -# socks5 185.193.157.60 32325 saigee8G Eo7Ce9ph_streaming-1 \ No newline at end of file