How to specify IP country on TOR (windows)?

眉间皱痕 提交于 2019-12-07 22:20:56

问题


I can change that easily on linux using torrc file, but cannot find the option on tor browser for windows.

It looks like it can be done via "vidalia": but how to access that ? I cannot find any vidalia on my TOR browser


回答1:


The Tor Browser Bundle on Windows includes a torrc file which should be located at \Browser\TorBrowser\Data\Tor\torrc under where you install Tor Browser to.

You can add or change the ExitNodes option in the file to the country you want to use (e.g. {US}).

If you're using the Expert Bundle, it does not ship with a torrc file, but you can specify one when you run Tor from the command line:

tor.exe -f C:/path/to/torrc

Or just specify your options from the command line:

tor.exe -f C:/path/to/torrc ExitNodes {US} 

Get the default copy of torrc from here.




回答2:


The country code list is available here -> http://startup-bootcamp.fr/liste-des-codes-des-pays-tor/

You can choose or exclude specific country in your torrc configuration file.



来源:https://stackoverflow.com/questions/34512989/how-to-specify-ip-country-on-tor-windows

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!