mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Remove web proxy instructions from README.md
This commit is contained in:
parent
51b0b7ed2e
commit
da01bf2323
1 changed files with 0 additions and 29 deletions
29
README.md
29
README.md
|
@ -35,9 +35,6 @@ Client:
|
||||||
- [pion/webrtc](https://github.com/pion/webrtc)
|
- [pion/webrtc](https://github.com/pion/webrtc)
|
||||||
- Go 1.10+
|
- Go 1.10+
|
||||||
|
|
||||||
Proxy:
|
|
||||||
- JavaScript
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
#### More Info
|
#### More Info
|
||||||
|
@ -66,32 +63,6 @@ ClientTransportPlugin snowflake exec ./client --meek
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
#### Building
|
|
||||||
|
|
||||||
This describes how to build the in-browser snowflake. For the client, see Usage,
|
|
||||||
above.
|
|
||||||
|
|
||||||
The client will only work if there are browser snowflakes available.
|
|
||||||
To run your own:
|
|
||||||
|
|
||||||
```
|
|
||||||
cd proxy/
|
|
||||||
npm run build
|
|
||||||
```
|
|
||||||
|
|
||||||
Then, start a local http server in the `proxy/build/` in any way you like.
|
|
||||||
For instance:
|
|
||||||
|
|
||||||
```
|
|
||||||
cd build/
|
|
||||||
python -m http.server
|
|
||||||
```
|
|
||||||
|
|
||||||
Then, open a browser tab to `http://127.0.0.1:8000/embed.html` to view
|
|
||||||
the debug-console of the snowflake.,
|
|
||||||
So long as that tab is open, you are an ephemeral Tor bridge.
|
|
||||||
|
|
||||||
|
|
||||||
#### Test Environment
|
#### Test Environment
|
||||||
|
|
||||||
There is a Docker-based test environment at https://github.com/cohosh/snowbox.
|
There is a Docker-based test environment at https://github.com/cohosh/snowbox.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue