1. # proxychains.conf VER 3.1
  2. #
  3. # HTTP, SOCKS4, SOCKS5 tunneling proxifier with DNS.
  4. #
  5. # The option below identifies how the ProxyList is treated.
  6. # only one option should be uncommented at time,
  7. # otherwise the last appearing option will be accepted
  8. #
  9. #dynamic_chain
  10. #
  11. # Dynamic - Each connection will be done via chained proxies
  12. # all proxies chained in the order as they appear in the list
  13. # at least one proxy must be online to play in chain
  14. # (dead proxies are skipped)
  15. # otherwise EINTR is returned to the app
  16. #
  17. #strict_chain
  18. #
  19. # Strict - Each connection will be done via chained proxies
  20. # all proxies chained in the order as they appear in the list
  21. # all proxies must be online to play in chain
  22. # otherwise EINTR is returned to the app
  23. #
  24. random_chain
  25. #
  26. # Random - Each connection will be done via random proxy
  27. # (or proxy chain, see chain_len) from the list.
  28. # this option is good to test your IDS :)
  29. # Make sense only if random_chain
  30. #chain_len = 2
  31. # Quiet mode (no output from library)
  32. #quiet_mode
  33. # Proxy DNS requests - no leak for DNS data
  34. proxy_dns
  35. # Some timeouts in milliseconds
  36. tcp_read_time_out 15000
  37. tcp_connect_time_out 8000
  38. # ProxyList format
  39. # type host port [user pass]
  40. # (values separated by 'tab' or 'blank')
  41. #
  42. #
  43. # Examples:
  44. #
  45. # socks5 192.168.67.78 1080 lamer secret
  46. # http 192.168.89.3 8080 justu hidden
  47. # socks4 192.168.1.49 1080
  48. # http 192.168.39.93 8080
  49. #
  50. #
  51. # proxy types: http, socks4, socks5
  52. # ( auth types supported: "basic"-http "user/pass"-socks )
  53. #
  54. [ProxyList]
  55. # add proxy here ...
  56. # meanwile
  57. # defaults set to "tor"
  58. #socks4 127.0.0.1 9050
  59. http 62.201.200.14 80
  60. http 200.48.4.148 80