Skip to content

Commit

Permalink
Minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
adzialocha committed Aug 25, 2023
1 parent 898cdd6 commit 99ed7e8
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions aquadoggo_cli/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,21 +142,22 @@ direct_node_addresses = [

# List of peers which can connect to our node.
#
# If set then only peers (identified by their peer id) contained in this list will be able
# to connect to our node (via a relay or directly). When not set then there are no
# restrictions on which nodes can connect to ours.
# If set then only peers (identified by their peer id) contained in this list
# will be able to connect to our node (via a relay or directly). When not set
# then there are no restrictions on which nodes can connect to ours.
#
# WARNING: When set to wildcard "*", your node will accept connections requests from any peers.
# This is useful for experimentation and local development or settings where access to the network
# is secured via other means.
# WARNING: When set to wildcard "*", your node will accept connections requests
# from any peers. This is useful for experimentation and local development or
# settings where access to the network is secured via other means.
#
allow_peer_ids = "*"

# List of peers which will be blocked from connecting to our node.
#
# If set then any peers (identified by their peer id) contained in this list will be blocked
# from connecting to our node (via a relay or directly). When an empty list is provided then there
# are no restrictions on which nodes can connect to ours.
# If set then any peers (identified by their peer id) contained in this list
# will be blocked from connecting to our node (via a relay or directly). When
# an empty list is provided then there are no restrictions on which nodes can
# connect to ours.
#
block_peer_ids = []

Expand Down Expand Up @@ -184,8 +185,8 @@ block_peer_ids = []
# of known node addresses instead and only connect to trusted nodes.
#
relay_addresses = [
#"192.0.2.16:2022",
#"192.0.2.17:2022",
# "192.0.2.16:2022",
# "192.0.2.17:2022",
]

# Set to true if node should also function as a relay. Defaults to false.
Expand Down

0 comments on commit 99ed7e8

Please sign in to comment.