mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 13:24:21 +00:00
clarify comment
This commit is contained in:
parent
4934a4cff3
commit
aa29e25c3a
@ -69,9 +69,9 @@ proc start(): NimbusObject =
|
||||
else:
|
||||
# automated NAT traversal
|
||||
let extIP = getExternalIP(conf.net.nat)
|
||||
# TODO: dynamic IPs are common, so our external IP might change while the
|
||||
# program is running. How can we update our advertised enode address and any
|
||||
# other place that might use this external IP?
|
||||
# This external IP only appears in the logs, so don't worry about dynamic
|
||||
# IPs. Don't remove it either, because the above call does initialisation
|
||||
# and discovery for NAT-related objects.
|
||||
if extIP.isSome:
|
||||
address.ip = extIP.get()
|
||||
let extPorts = redirectPorts(tcpPort = address.tcpPort,
|
||||
|
Loading…
x
Reference in New Issue
Block a user