We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2908ef commit 0712063Copy full SHA for 0712063
config/toml.go
@@ -247,7 +247,8 @@ laddr = "{{ .P2P.ListenAddress }}"
247
# Address to advertise to peers for them to dial
248
# If empty, will use the same port as the laddr,
249
# and will introspect on the listener or use UPnP
250
-# to figure out the address.
+# to figure out the address. ip and port are required
251
+# example: 159.89.10.97:26656
252
external_address = "{{ .P2P.ExternalAddress }}"
253
254
# Comma separated list of seed nodes to connect to
0 commit comments