Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit b722041

Browse files
docs: DisableNatPortMap should be true to disable port mapping (#4244)
Fixed a mistake Fixes #4236
1 parent 419aae1 commit b722041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CONFIG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ The "basic" connection manager tries to keep between `LowWater` and `HighWater`
283283

284284
By default when running under nodejs, libp2p will try to use [UPnP](https://en.wikipedia.org/wiki/Universal_Plug_and_Play) to open a random high port on your router for any TCP connections you have configured.
285285

286-
Set `DisableNatPortMap` to `false` to disable this behaviour.
286+
Set `DisableNatPortMap` to `true` to disable this behaviour.
287287

288288
### Example
289289

0 commit comments

Comments
 (0)