mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
20 lines
460 B
Markdown
20 lines
460 B
Markdown
# snowflake-pt
|
|
|
|
A Pluggable Transport using WebRTC
|
|
|
|
### Usage
|
|
|
|
Open up four terminals:
|
|
|
|
1. tor -f torrc SOCKSPort auto
|
|
2. tail -F webrtc-client.log
|
|
3. cat > signal
|
|
4. open proxy/snowflake.html
|
|
|
|
Look for the offer in terminal 2; copy and paste it into the browswer window
|
|
opened from terminal 4. Copy and paste the answer from terminal 4 to terminal 3.
|
|
At this point you should see some TLS garbage in the chat window.
|
|
|
|
### More
|
|
|
|
More documentation on the way.
|