You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eric Andrews edited this page Mar 10, 2025
·
7 revisions
Nodes communicate via WebRTC, which implements the ICE (Interactive Connection Establishment) protocol to open connections through firewalls and NATs via a mechanism relying on IP address probing. By default, WebRTC is allowed to probe private addresses.
This behaviour can trigger false-positives for port scanning detection on some web hosts, e.g. Hetzner.
Disallowing private addresses might prevent direct connections between peers using IPv4 addresses on your local network.
The default setting is false (meaning to disallow direct connections between peers using IPv4 addresses on your local network)