A lightweight Docker image designed to run from a Raspberry Pi as a Tor Proxy for your local network.
In the config file you need to change your network configuration to expose the proxy to your local network.
allowedClients = 127.0.0.1, 192.168.178.0/24 # Expose your network
$ docker build -t tor-proxy .
$ docker run -d -p 8123:8123 tor-proxy
In order to use the proxy service in your local network, use the IP Adress from your Pi and the port 8123. Check afterwards your Tor connection with https://check.torproject.org.