Skip to main content

Evade Geo-blocking with Tor on Raspberry Pi

Got a site which won't allow you access from overseas? 

Got no VPN?

Got an internet-connected Raspberry Pi? 

Read on.

Tor is a network protocol that hides your internet address by tunnelling your traffic through volunteer relays. 

What isn't widely known is that you can specify the country of your final relay, or exit node, so that it appears you are within that country.

Having a separate Linux-based server arguably makes Tor easier to set up, and I won't reinvent (retype?) the wheel, but just link to the best guide is available here:

https://www.maketecheasier.com/set-up-tor-proxy-with-raspberry-pi/

Now, simply another line to /var/lib/torrc. E.g.:

#Australian location

ExitNodes {au} StrictNodes 1

More details here:

https://www.optimizationcore.com/security/set-tor-exit-node-tor-browser-country-code-specific-node/

Caveats:

  • Do not use this for games or streaming video. The Tor network, designed for activists and whistle-blowers fearing persecution to transmit sensitive low-bandwidth text data, cannot handle it.
  • Some websites, like that of my supermarket rewards points scheme (surprisingly), detect and refuse to work with Tor traffic. This seems common with sites hosted on AWS Cloudfront.


Comments

Popular posts from this blog

Firefox History Statistics - Extracting from Places.sqlite

If you want to take a look at Firefox surfing activity, the about:me add-on is a good start. However, it presents only one view of data and is thus limited in its ability to present more detailed statistics. We will view that data in a different program. So let's first extract it from the browsing history stored in the Places.sqlite file into a CSV file using a Firefox add-on. Step 1 - Locate and copy Places.sqlite to a working location On Windows machines, Places.sqlite is found in a directory similar to: C:\Users\User1\AppData\Roaming\Mozilla\Firefox\Profiles\ .default\places.sqlite Copy the file to another location. The database will be locked while using Firefox, and the SQLite plugin we will use to open it.

Live Long and Prosper

Australia is becoming richer by getting older. Australian household net worth rose from an average of $764,500 in 2011-2012 to $1,022,000 in 2017-2018 . Those under 35 have barely seen any increase. The old, in particular the over-45s, are getting richer faster than the young. Older households are also a greater proportion of the sample, and of the population.

Scatterbox - build an Android Tor Socks Proxy Server

Cloak your location and create a firewall bypass device with a smartphone. 🕵Uses the Tor network . Does not require root. 1 - from Google Play, download and install: Orbot Orweb browser Socks Server Ultimate (Optional)