Compare commits
No commits in common. "d2b13f9b615d91ee893f23411e46e543b7ee110a" and "12ea3c630f1dce9b7c930855a7be8c97112780e4" have entirely different histories.
d2b13f9b61
...
12ea3c630f
@ -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 @@ round_robin_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 = 3
|
#chain_len = 2
|
||||||
|
|
||||||
# Quiet mode (no output from library)
|
# Quiet mode (no output from library)
|
||||||
#quiet_mode
|
#quiet_mode
|
||||||
@ -155,3 +155,8 @@ 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