simple container to test tor setup

Fabian Peter Hammerle 30873200ed onion service -> obfs4 bridge 4 years ago
Dockerfile 30873200ed onion service -> obfs4 bridge 4 years ago
README.md 30873200ed onion service -> obfs4 bridge 4 years ago
entrypoint.sh 30873200ed onion service -> obfs4 bridge 4 years ago
torrc.template 30873200ed onion service -> obfs4 bridge 4 years ago

README.md

docker: tor obfs4 bridge 🐳

ansible port of https://dip.torproject.org/torproject/anti-censorship/docker-obfs4-bridge

usage

select a random $OR_PORT and $PT_PORT

(see /proc/sys/net/ipv4/ip_local_port_range for range)

docker run --name tor_obfs4_bridge \
    -e OR_PORT=42218 -p 42218:42218 \
    -e PT_PORT=51804 -p 51804:51804 \
    -e CONTACT_INFO=admin@optional.com \
    fphammerle/tor-obfs4-bridge

further reading

https://community.torproject.org/relay/setup/bridge/