Hacker News new | ask | show | jobs
by mike-cardwell 5740 days ago
You can configure Tor to exit from a specific set of countries, or to exclude a specific set of countries from the exit list.
1 comments

You are right. Maybe Tor should be configured by default to work that way.

Do you have a .torrc that makes Tor to exit from non-censorship countries? I would like to use it.

Alternatively, do you have a list of non-censorship countries?

NB: If you run a Tor hidden service remove it from your torrc before posting it.

I don't have such a list no. However, the configuration option is quite simple. If you wanted to block China, Russia and the US, you'd simply add this to your torrc:

ExcludeNodes {cn},{ru},{us}

Thanks.