Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fphammerle/docker-tor-obfs4-bridge

Tor bridge running obfs4 obfuscation protocol in Alpine 🐳
https://github.com/fphammerle/docker-tor-obfs4-bridge

anonymization obfs4proxy obfuscation tor tor-bridge

Last synced: about 1 month ago
JSON representation

Tor bridge running obfs4 obfuscation protocol in Alpine 🐳

Awesome Lists containing this project

README

        

# docker: tor obfs4 bridge 🐳

Tor bridge running obfs4 obfuscation protocol via
[lyrebird](https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird) on Alpine

Alpine 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)

```sh
docker run --name tor_obfs4_bridge \
-e OR_PORT=42218 -p 42218:42218 \
-e PT_PORT=51804 -p 51804:51804 \
-e [email protected] \
fphammerle/tor-obfs4-bridge
```

add `-v tor_obfs4_bridge_data:/var/lib/tor` to keep server's identity key
when restarting the container

additionally add `--read-only --tmpfs /tmp:rw,size=4k`
to make the container's root filesystem read only

verify status of bridge at https://metrics.torproject.org/rs.html

## further reading

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