From 04094e3eb24b9569fae1055a77fff5caff308a8a Mon Sep 17 00:00:00 2001 From: ElinaAndreeva <92360180+ElinaAndreeva@users.noreply.github.com> Date: Sat, 5 Nov 2022 08:01:03 +0400 Subject: [PATCH] docs: fixed a mistake Fixed a mistake --- docs/CONFIG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONFIG.md b/docs/CONFIG.md index 546d9d1ddf..acfa8b2ac3 100644 --- a/docs/CONFIG.md +++ b/docs/CONFIG.md @@ -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