simple container to test tor setup
Fabian Peter Hammerle aca6d0a2e0 readme: fix typo; added short desc | 5 years ago | |
---|---|---|
Dockerfile | 5 years ago | |
README.md | 5 years ago | |
ansible-playbook.yml | 5 years ago | |
entrypoint.sh | 5 years ago | |
torrc.template | 5 years ago |
Tor bridge running obfs4 obfuscation protocol in Alpine
alpine port of https://dip.torproject.org/torproject/anti-censorship/docker-obfs4-bridge
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