config: add example on external_address (backport #6621) (#6624)

This commit is contained in:
mergify[bot]
2021-06-30 15:52:19 +02:00
committed by GitHub
parent c2908ef785
commit 0712063ec8

View File

@@ -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