Skip to content

Commit 0712063

Browse files
authored
config: add example on external_address (backport #6621) (#6624)
1 parent c2908ef commit 0712063

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/toml.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,8 @@ laddr = "{{ .P2P.ListenAddress }}"
247247
# Address to advertise to peers for them to dial
248248
# If empty, will use the same port as the laddr,
249249
# and will introspect on the listener or use UPnP
250-
# to figure out the address.
250+
# to figure out the address. ip and port are required
251+
# example: 159.89.10.97:26656
251252
external_address = "{{ .P2P.ExternalAddress }}"
252253
253254
# Comma separated list of seed nodes to connect to

0 commit comments

Comments
 (0)