aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCecylia Bocovich <cohosh@torproject.org>2020-03-19 12:21:04 -0400
committerCecylia Bocovich <cohosh@torproject.org>2020-04-22 11:07:53 -0400
commitda01bf232385cd1ae57e818d955990ced478b5df (patch)
treef0325f4ac0cf26dae417d5ef03af40dc9d91ccf6 /README.md
parent51b0b7ed2e02b9444eebf75612d53c3a32301f6f (diff)
downloadsnowflake-da01bf232385cd1ae57e818d955990ced478b5df.tar.gz
snowflake-da01bf232385cd1ae57e818d955990ced478b5df.zip
Remove web proxy instructions from README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md29
1 files changed, 0 insertions, 29 deletions
diff --git a/README.md b/README.md
index 05fb5f7..7145248 100644
--- a/README.md
+++ b/README.md
@@ -35,9 +35,6 @@ Client:
- [pion/webrtc](https://github.com/pion/webrtc)
- Go 1.10+
-Proxy:
-- JavaScript
-
---
#### 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
There is a Docker-based test environment at https://github.com/cohosh/snowbox.