proxychains icon indicating copy to clipboard operation
proxychains copied to clipboard

whitelist for proxy

Open c625473164 opened this issue 6 years ago • 2 comments

How shold I config if I only want to redirect http reqeusts on a single ip:port such as localhost:8080

c625473164 avatar Jul 30 '19 14:07 c625473164

You would remove every proxy in the ProxyyList section and add Proxytype(HTTP,HTTPS,SOCKS4,SOCKS5) ip for localhost 8080 HTTP 127.0.0.1 8080 HTTP 127.0.0.1 8080 HTTP 127.0.0.1 8080 THen set the uncomment the line for random_chain then set chain_len to 1.

This will help if there is a failure, it will essentially retry. Then these values should be something reasonable like: tcp_read_time_out 20000 tcp_connect_time_out 15000

This assumes you're running something on localhost port 8080 that will forward connections out.. like a Tor proxy. However Tor uses socks.. https://www.linuxuprising.com/2018/10/how-to-install-and-use-tor-as-proxy-in.html

OptiMysticall avatar May 05 '20 06:05 OptiMysticall

Stale issue message

github-actions[bot] avatar May 02 '24 03:05 github-actions[bot]