erigon-pulse/cmd/utils
battlmonstr 25b14edbf6
p2p: STUN external IP detection (#4195)
--nat stun is an automatic external IP detection alternative to manual --nat extip option.
It can be used both at home or on production servers without any extra setup.
It is fast (up to 5 ms) and more reliable than alternatives (as the request goes to the public internet).

This auto-detection is useful to run multiple instances of a service in cloud environments
where the node IPs are not known in advance.
2022-05-18 16:50:50 +01:00
..
cmd.go Move cli root context to erigon-lib (#3294) 2022-01-19 10:49:07 +07:00
customflags_test.go cmd/utils: fix path expansion on windows 2015-08-06 17:18:59 +02:00
customflags.go Add override.terminaltotaldifficulty flag (#4018) 2022-04-28 19:01:51 +02:00
diskusage_windows.go Inner errors (#2774) 2021-10-04 22:16:52 +07:00
flags_test.go cmd/utils: allow for multiple influxdb tags (#18520) 2019-01-29 09:14:24 +01:00
flags.go p2p: STUN external IP detection (#4195) 2022-05-18 16:50:50 +01:00