mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
split and organize coffee files, improve Cake build tasks
This commit is contained in:
parent
e433af26f8
commit
fa9f58c9ab
10 changed files with 517 additions and 391 deletions
14
README.md
14
README.md
|
@ -49,12 +49,20 @@ At this point the tor client should bootstrap to 100%.
|
|||
|
||||
#### Snowflake proxy
|
||||
|
||||
Otherwise, to connect through the WebRTC proxy in the browser, start a local
|
||||
http server in the `proxy/` directory however you wish. For instance:
|
||||
Otherwise, to connect through the WebRTC proxy in the browser, build with:
|
||||
```
|
||||
cd proxy/
|
||||
python -m http.server
|
||||
cake build
|
||||
```
|
||||
|
||||
Then start a local http server in the `proxy/build/` however you wish
|
||||
For instance:
|
||||
|
||||
'''
|
||||
cd build/
|
||||
python -m http.server
|
||||
'''
|
||||
|
||||
Open a browser tab to `0.0.0.0:8000/snowflake.html`.
|
||||
The page will ask you to input a relay.
|
||||
Input your desired relay address, or input nothing/gibberish which will cause
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue