rpc/jsonrpc: finish the implementation for supporting tor and nym protocols on client side

This commit is contained in:
ghassmo
2022-02-26 23:24:05 +04:00
parent 7067f6314c
commit 59261f0d43
5 changed files with 59 additions and 29 deletions

View File

@@ -17,9 +17,9 @@ wallet_password = "TEST_PASSWORD"
# openssl pkcs12 -export -out identity.pfx -inkey key.pem -in cert.pem -certfile chain_certs.pem
tls_identity_path = "~/.config/darkfi/darkfid_identity.pfx"
# Socks5 server url. eg. `127.0.0.1:9050`
# Socks5 server url. eg. `socks5://127.0.0.1:9050` used for tor and nym protocols
[socks_url]
url = "127.0.0.1:9050"
url = "socks5://127.0.0.1:9050"
# The address where darkfid should bind its RPC socket
[rpc_listener_url]