Sign inSign up

raspberrypython/docker-alpine-tor-gw

By raspberrypython

Updated almost 10 years ago

A minimal Docker image (~13MB) with the Tor daemon running in the background.

Image
0

1.0K

raspberrypython/docker-alpine-tor-gw repository overview

docker-alpine-tor-gw

Tor gateway packaged into a Docker container.

### Configuration

This container provides:

  • Socks5 proxy on 9050/tcp
  • DNS resolver on 53/udp
  • Does not work as Exit node
  • Does not provide any Tor hidden services

/etc/tor/torrc:

SocksPort 9050 
SocksBindAddress 0.0.0.0 
DNSPort 53 
DNSListenAddress 0.0.0.0
ExitPolicy reject *:*

### Build information

  • Base OS: Alpine v3.3
  • Tor version: 0.2.7.6 compiled from source

EOT

Tag summary

Content type

Image

Digest

Size

8.5 MB

Last updated

almost 10 years ago

docker pull raspberrypython/docker-alpine-tor-gw