Tell me more ×
IT Security Stack Exchange is a question and answer site for IT security professionals. It's 100% free, no registration required.

Some websites restrict access based on which country the accessing IP comes from. I'd like to use TOR to circumvent such restrictions. So I'd like to use an exit node that's located in a specific country.

How do I configure TOR to use an exit node that's located in a specific country? Or alternatively, how do I use a specific exit node?

share|improve this question
4  
I've edited your question so it's just about configuring TOR, and not about accessing a specific pirate website. The original question didn't really fit this website. – CodesInChaos Dec 24 '12 at 13:03

1 Answer

up vote 5 down vote accepted

It is possible. You have to edit your Tor config. Vidalia Control Canel > Settings > Advanced > Edit current torrc.

https://www.torproject.org/docs/faq.html.en#ChooseEntryExit

You have to add:

ExitNodes {ua}
StrictNodes 1

"ua" is Ukrainian 2 letter country code. Be advised that bandwidth and latency over Tor are very poor.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.