Sign inSign up

pajdk/rpi-tor

By pajdk

Updated over 7 years ago

Tor node for Raspberry PI

Image
1

2.0K

pajdk/rpi-tor repository overview

Contribute to the Tor network with a Raspberry PI and Docker

Tor node for Raspberry PI deployed by Docker
Usage

Edit torrc file to match your need. See git repo for examples

# Run a tor relay
$ docker run -d -v torrc:/etc/tor/torrc -p 9001:9001 pajdk/rpi-tor:latest
# Run a tor relay and will also open a SOCKS connect on 9050
$ docker run -d -v torrc:/etc/tor/torrc -p 9001:9001 -p 9050:9050 \
     pajdk/rpi-tor:latest
# Open up a Tor SOCKS proxy on the Raspberry Pi
$ docker run -d -v torrc-bridge:/etc/tor/torrc -p 9050:9050 pajdk/rpi-tor:latest

Latest code at https://github.com/paj-dk/rpi-tor/releases/latest

Based on foertel/rpi-alpine-tor

Tag summary

Content type

Image

Digest

Size

73.2 MB

Last updated

over 7 years ago

docker pull pajdk/rpi-tor