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 four terminals:
- tor -f torrc SOCKSPort auto
- tail -F snowflake.log
- cat > signal
- open proxy/snowflake.html
Look for the offer in terminal 2; copy and paste it into the browser window opened from terminal 4. Copy and paste the browser to terminal 3. At this point you should see some TLS garbage in the chat window.
More
More documentation on the way.