Jean Seurin
2015-11-25 02:43:56 UTC
Hi all,
I'm in a situation where using internet requires channeling the traffic
through a range of SOCKS proxies.
According to the situation of the network, one manually selects the most
efficient proxy of the moment.
I got addicted to Privoxy and don't even want to surf the web without
it. I have it setup in upstream of the generally most efficient proxy
and forward-socks5 to it.
Right now, the only solution I can imagine to be able to switch proxy
while still benefit from privoxy's features is to setup a privoxy
instance per SOCKS proxy.
That's workable as it's simple to setup and memory footprint is low, but
at the very least I need to share the configuration.
My guess is that I could simply configure each instance to use the same
config file. This would work right?
Still that's the worst case scenario. I'd rather have a unique instance
of Privoxy that I would be able to manually redirect to a specific SOCKS
with minimum work.
Does anyone has a idea on how to implement such a scenario?
I've been successfully using `socat` to redirect UDP DNS traffic, would
that work for SOCKS proxy traffic as well?
Cheers
I'm in a situation where using internet requires channeling the traffic
through a range of SOCKS proxies.
According to the situation of the network, one manually selects the most
efficient proxy of the moment.
I got addicted to Privoxy and don't even want to surf the web without
it. I have it setup in upstream of the generally most efficient proxy
and forward-socks5 to it.
Right now, the only solution I can imagine to be able to switch proxy
while still benefit from privoxy's features is to setup a privoxy
instance per SOCKS proxy.
That's workable as it's simple to setup and memory footprint is low, but
at the very least I need to share the configuration.
My guess is that I could simply configure each instance to use the same
config file. This would work right?
Still that's the worst case scenario. I'd rather have a unique instance
of Privoxy that I would be able to manually redirect to a specific SOCKS
with minimum work.
Does anyone has a idea on how to implement such a scenario?
I've been successfully using `socat` to redirect UDP DNS traffic, would
that work for SOCKS proxy traffic as well?
Cheers