Update to use round robin with chain_len 3
This commit is contained in:
parent
12ea3c630f
commit
c243bee34e
@ -15,14 +15,14 @@
|
|||||||
# (dead proxies are skipped)
|
# (dead proxies are skipped)
|
||||||
# otherwise EINTR is returned to the app
|
# otherwise EINTR is returned to the app
|
||||||
#
|
#
|
||||||
strict_chain
|
# strict_chain
|
||||||
#
|
#
|
||||||
# Strict - Each connection will be done via chained proxies
|
# Strict - Each connection will be done via chained proxies
|
||||||
# all proxies chained in the order as they appear in the list
|
# all proxies chained in the order as they appear in the list
|
||||||
# all proxies must be online to play in chain
|
# all proxies must be online to play in chain
|
||||||
# otherwise EINTR is returned to the app
|
# otherwise EINTR is returned to the app
|
||||||
#
|
#
|
||||||
#round_robin_chain
|
round_robin_chain
|
||||||
#
|
#
|
||||||
# Round Robin - Each connection will be done via chained proxies
|
# Round Robin - Each connection will be done via chained proxies
|
||||||
# of chain_len length
|
# of chain_len length
|
||||||
@ -43,7 +43,7 @@ strict_chain
|
|||||||
# this option is good to test your IDS :)
|
# this option is good to test your IDS :)
|
||||||
|
|
||||||
# Make sense only if random_chain or round_robin_chain
|
# Make sense only if random_chain or round_robin_chain
|
||||||
#chain_len = 2
|
chain_len = 3
|
||||||
|
|
||||||
# Quiet mode (no output from library)
|
# Quiet mode (no output from library)
|
||||||
#quiet_mode
|
#quiet_mode
|
||||||
@ -155,8 +155,3 @@ tcp_connect_time_out 8000
|
|||||||
# ( auth types supported: "basic"-http "user/pass"-socks )
|
# ( auth types supported: "basic"-http "user/pass"-socks )
|
||||||
#
|
#
|
||||||
[ProxyList]
|
[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
|
|
Loading…
Reference in New Issue
Block a user