- ## drk client configuration file
- ##
- ## Please make sure you go through all the settings so you can configure
- ## your client properly.
- # The RPC endpoint where darkfid is listening on
- [darkfid_rpc_url]
- url = "tcp://127.0.0.1:8000"
- #url = "tls://127.0.0.1:8000"
- # Socks5 server url. eg. `socks5://127.0.0.1:9050` used for tor and nym protocols
- [socks_url]
- url = "socks5://127.0.0.1:9050"
|