erigon-pulse/p2p/nat
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
..
nat_stun.go p2p: STUN external IP detection (#4195) 2022-05-18 16:50:50 +01:00
nat_test.go p2p, p2p/discover: add signed ENR generation (#17753) 2018-10-12 11:47:24 +02:00
nat.go p2p: STUN external IP detection (#4195) 2022-05-18 16:50:50 +01:00
natpmp.go p2p: Disable port mapping task with --nat extip (#3612) 2022-02-24 15:09:56 +00:00
natupnp_test.go Use go:build lines and remove obsolete +build lines (#4175) 2022-05-17 14:46:53 +07:00
natupnp.go p2p: Disable port mapping task with --nat extip (#3612) 2022-02-24 15:09:56 +00:00