Skip to content

Commit

Permalink
Merge #1852
Browse files Browse the repository at this point in the history
1852: docs: add RPC warning in config file r=quake,yangby-cryptape a=doitian



Co-authored-by: ian <ian@nervos.org>
  • Loading branch information
bors[bot] and doitian authored Dec 3, 2019
2 parents 1c93466 + 43acc44 commit 27802cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resource/ckb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ discovery_local_address = false # {{
bootnode_mode = false

[rpc]
# By default RPC only binds to localhost, thus it only allows accessing from the same machine.
#
# Allowing arbitrary machines to access the JSON-RPC port is dangerous and strongly discouraged.
# Please strictly limit the access to only trusted machines.
listen_address = "127.0.0.1:8114" # {{
# _ => listen_address = "127.0.0.1:{rpc_port}"
# }}
Expand Down

0 comments on commit 27802cf

Please sign in to comment.