mirror of
https://github.com/keroserene/snowflake.git
synced 2026-08-17 13:07:20 +02:00
No description
| 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.