Cw 519 tor connection (#1158)

* initial draft for tor feature

* Configure nodes to use Tor proxy if enabled

* Add socks proxy upon connecting to tor
fix disconnect button

* Try tor with github actions

* accept defaults for rust installation

* Merge main
Change Tor tile name
This commit is contained in:
Omar Hatem 2023-11-18 15:43:15 +02:00 committed by GitHub
parent e092509264
commit ab83f5b67f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
44 changed files with 548 additions and 113 deletions

View file

@ -101,4 +101,5 @@ class Routes {
static const manageNodes = '/manage_nodes';
static const managePowNodes = '/manage_pow_nodes';
static const walletConnectConnectionsListing = '/wallet-connect-connections-listing';
static const torPage = '/tor_page';
}