mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 22:57:59 -05:00
rpc/jsonrpc: finish the implementation for supporting tor and nym protocols on client side
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user