mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
Pluggable Transport using WebRTC, inspired by Flashproxy.
client | ||
proxy | ||
server | ||
.gitignore | ||
LICENSE | ||
README.md |
snowflake-pt
A Pluggable Transport using WebRTC
Usage
Open up six terminals:
client:
cd client/
go build
- tor -f torrc SOCKSPort auto
- cat > signal
- tail -F snowflake.log
server:
cd server/
go build
- tor -f torrc
- cat > signal
- tail -F snowflake.log
Look for the offer in terminal 3; copy and paste it into terminal 5. Copy and paste the answer in terminal 6 to terminal 2. At this point the tor client should bootstrap to 100%.
More
More documentation on the way.