From 1464f1637198c03b00b2d08e620e2421a9c95a97 Mon Sep 17 00:00:00 2001 From: agatha Date: Thu, 9 Nov 2023 17:52:19 -0500 Subject: [PATCH] Change to random_chain 2 --- templates/proxychains.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/proxychains.conf b/templates/proxychains.conf index ea85355..9bb435f 100644 --- a/templates/proxychains.conf +++ b/templates/proxychains.conf @@ -22,7 +22,7 @@ # 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 @@ -36,14 +36,14 @@ round_robin_chain # otherwise EINTR is returned to the app # These semantics are not guaranteed in a multithreaded environment. # -#random_chain +random_chain # # Random - Each connection will be done via random proxy # (or proxy chain, see chain_len) from the list. # this option is good to test your IDS :) # Make sense only if random_chain or round_robin_chain -chain_len = 3 +chain_len = 2 # Quiet mode (no output from library) #quiet_mode