mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
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:
parent
e092509264
commit
ab83f5b67f
44 changed files with 548 additions and 113 deletions
|
@ -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';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue