internetarchive / warcprox

WARC writing MITM HTTP/S proxy
380 stars 54 forks source link

Add global socks proxy support #46

Open d235j opened 6 years ago

d235j commented 6 years ago

This adds support to specify a SOCKS proxy that all traffic goes through. Might be cleaner to integrate with the existing SOCKS proxy for Tor code...

nlevitt commented 6 years ago

Thanks for this, looks good. Only thing is, I think onion_tor_socks_proxy should take precedence for .onion urls if both are set.

d235j commented 6 years ago

Sounds like a good idea; will revise.