Pluggable Transport using WebRTC, inspired by Flashproxy.
Find a file
2016-01-04 16:50:22 -08:00
proxy begin including flashproxy websocket stuff into the JS proxy 2015-12-30 11:08:31 -08:00
.gitignore Update for this repo 2016-01-04 16:50:22 -08:00
LICENSE add LICENSE (closes #4) 2016-01-02 11:20:32 -08:00
README.md Update for this repo 2016-01-04 16:50:22 -08:00
torrc Update for this repo 2016-01-04 16:50:22 -08:00
webrtc-client.go Update for this repo 2016-01-04 16:50:22 -08:00

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.