Remove tor section from development doc (#1623)

This commit is contained in:
Jonathan Zernik 2021-10-16 21:13:38 -07:00 committed by GitHub
parent b314b138a5
commit c8d30fcbe9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,14 +47,6 @@ You can also run your own squeaknode on your host machine.
squeaknode --config config.ini
```
- To use a tor proxy, include the following environment variables:
```
$ SQUEAKNODE_NODE_TOR_PROXY_IP=127.0.0.1 \
SQUEAKNODE_NODE_TOR_PROXY_PORT=9150 \
...
```
#### Squeaknode frontend
- Install `protoc-gen-grpc-web` (https://github.com/grpc/grpc-web#code-generator-plugin)