Skip to content

Commit

Permalink
Add [network.proxy] and [network.onion] config to ckb.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Jan 17, 2025
1 parent 10b3fe7 commit db6a1d6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions resource/ckb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,16 @@ support_protocols = ["Ping", "Discovery", "Identify", "Feeler", "DisconnectMessa
# [network.sync.header_map]
# memory_limit = "256MB"

# [network.proxy]
# proxy_url = "socks5://127.0.0.1:7891"

# [network.onion]
# listen_on_onion = false
# onion_service_target = "127.0.0.1:8115"
# onion_server = "127.0.0.1:9050"
# tor_controller = "127.0.0.1:9051"
# tor_password = ""

[rpc]
# By default RPC only binds to localhost, thus it only allows accessing from the same machine.
#
Expand Down

0 comments on commit db6a1d6

Please sign in to comment.