[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: Exclude nodes from certain countries



On Fri, 14 Sep 2007 19:47:56 -0400, Ringo Kamens wrote:

> The best option is to run a squid server on localhost with a block by
> country filter. Then, route your tor client through it.
> Comrade Ringo Kamens

I understand the part about running squid on localhost and routing web
brouser through it. I can route the traffic from the brouser to squid and
then into tor.

But how can I route Tor client through localhost proxy? Tor client has to
make an encrypted connection to Tor entry node. Do you mean putting squid
in the middle of that encrypted connection? How would you do that?

Plus, that will only filter the entry nodes by country. But I want to avoid
EXIT nodes from certain countries. The entry nodes do not see my traffic,
so I don't really care about them. However the exit nodes can see all my
traffic in clear text, so it's the exit nodes that I want to filter by
country (sorry if I didn't make it clear in my original post).