Hi, I am trying to configure Tor Browser to connect only from UK. So I add to torrc (located at /etc/tor) the following lines:
EntryNodes {uk},{gb} StrictNodes 1
ExitNodes {uk},{gb} StrictNodes 1
and save it. Restarted the browser and the computer, but when I run tor it still selects random country circuits and no UK.
I read somewhere I should enable the following lines:
SocksPort 9050
ControlPort 9051
CookieAuthentication 1
which I tried by uncommenting those lines in torrc, but it still doesn't work.
Any suggestions?
EntryNodes {uk},{gb} StrictNodes 1
ExitNodes {uk},{gb} StrictNodes 1
and save it. Restarted the browser and the computer, but when I run tor it still selects random country circuits and no UK.
I read somewhere I should enable the following lines:
SocksPort 9050
ControlPort 9051
CookieAuthentication 1
which I tried by uncommenting those lines in torrc, but it still doesn't work.
Any suggestions?
Comment