/docker-rpi-torproxy

:whale: Dockerized Raspberry Pi Tor Proxy with HTTP

Primary LanguageShellMIT LicenseMIT

🐳 Raspberry Pi Tor Proxy

A lightweight Docker image designed to run from a Raspberry Pi as a Tor Proxy for your local network.

Configuration

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

Build Docker Image

$ docker build -t tor-proxy .

Usage

$ docker run -d -p 8123:8123 tor-proxy

Use 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.