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