Skip to content

Commit

Permalink
config: add example on external_address (backport #6621) (#6624)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jun 30, 2021
1 parent c2908ef commit 0712063
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/toml.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,8 @@ laddr = "{{ .P2P.ListenAddress }}"
# Address to advertise to peers for them to dial
# If empty, will use the same port as the laddr,
# and will introspect on the listener or use UPnP
# to figure out the address.
# to figure out the address. ip and port are required
# example: 159.89.10.97:26656
external_address = "{{ .P2P.ExternalAddress }}"
# Comma separated list of seed nodes to connect to
Expand Down

0 comments on commit 0712063

Please sign in to comment.