I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit cdb4576b authored by jrandom's avatar jrandom Committed by zzz
Browse files

per mule's patch, added support for a round robin across multiple outproxies

instead of the standard 'httpclient 4444' or 'httpclient 4444 squid.i2p', you can now specify a comma delimited list of outproxies:
'httpclient 4444 squid.i2p,www1.squid.i2p,www2.squid.i2p' and each individual http request goes through a randomly selected proxy
there are a few general issues with this, such as a lack of affinity (web applications that require a session to always come from a single IP address will break)
but it should work most of the time.
parent 4859cd7d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment