Sign inSign up

rob2n/tor-simple-obfs4

By rob2n

Updated about 5 years ago

Based on osminogin/tor-simple but with obfs4proxy capabilities

Image
1

386

rob2n/tor-simple-obfs4 repository overview

tor-simple-obfs4

Based on osminogin/tor-simple but with obfs4proxy capabilities Customize torrc using volumes like in the example docker-compose.

Example:
docker-compose.yml
version: "3"

services:
  tornode:
    image: rob2n/tor-simple-obfs4
    volumes: ["./torrc:/etc/tor/torrc"]
    ports:
      - "9050:9050"
    restart: always

Tag summary

Content type

Image

Digest

Size

16.3 MB

Last updated

about 5 years ago

docker pull rob2n/tor-simple-obfs4