This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
DisableNatPortMap incorrectly documented? #4236
Closed
Description
In CONFIG.md:
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.