From c8d30fcbe9ab7b4796ada08563f03db255595c4b Mon Sep 17 00:00:00 2001 From: Jonathan Zernik Date: Sat, 16 Oct 2021 21:13:38 -0700 Subject: [PATCH] Remove tor section from development doc (#1623) --- docs/DEVELOPMENT.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/DEVELOPMENT.md b/docs/DEVELOPMENT.md index 8ac40d72..77a1d866 100644 --- a/docs/DEVELOPMENT.md +++ b/docs/DEVELOPMENT.md @@ -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)