Would like a step by step explanation on how i can set my Tor to only use USA ip/exit nodes, thank you....
Asked
Active
Viewed 2.8k times
1 Answers
11
Look for Data/Tor/torrc file inside your Tor Browser Bundle directory.
Add the following line to your torrc file:
ExitNodes {us}
That's all.
gacar
- 940
- 5
- 10
-
If set like this, will all nodes in a circuit are in US? Maybe should like this: ExitNodes {us} EntryNodes {us} HSLayer2Nodes {us} HSLayer3Nodes {us} – Cloud Apr 01 '19 at 16:49