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

Commit

Permalink
docs: DisableNatPortMap should be true to disable port mapping (#4244)
Browse files Browse the repository at this point in the history
Fixed a mistake

Fixes #4236
  • Loading branch information
ElinaAndreeva committed Nov 17, 2022
1 parent 419aae1 commit b722041
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b722041

Please sign in to comment.