Based on osminogin/tor-simple but with obfs4proxy capabilities
386
Based on osminogin/tor-simple but with obfs4proxy capabilities Customize torrc using volumes like in the example docker-compose.
version: "3"
services:
tornode:
image: rob2n/tor-simple-obfs4
volumes: ["./torrc:/etc/tor/torrc"]
ports:
- "9050:9050"
restart: always
Content type
Image
Digest
Size
16.3 MB
Last updated
about 5 years ago
docker pull rob2n/tor-simple-obfs4