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

docs: fixed a mistake #4244

Merged
merged 1 commit into from
Nov 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ The "basic" connection manager tries to keep between `LowWater` and `HighWater`

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.

Set `DisableNatPortMap` to `false` to disable this behaviour.
Set `DisableNatPortMap` to `true` to disable this behaviour.

### Example

Expand Down