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
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
By default when running under nodejs, libp2p will try to use UPnP to open a random high port on your router for any TCP connections you have configured.
Set DisableNatPortMap to false to disable this behaviour.
However, I think this behaviour is disabled by setting DisableNatPortMap to true. Is that right? The Disable part of this setting inverses the setting.