@cryptotaxi247 / kubo / commits / 76db2a0b3

doc(config): improve DisableNatPortMap documentation

Steven Allen committed Sep 20, 2019 at 16:36 UTC 76db2a0b31348a65c68ecda9f2c731481a1bc885
1 file changed +6 -1
docs/config.md
+6 -1
@@ -362,7 +362,12 @@ bandwidth metrics. Disabling bandwidth metrics can lead to a slight performance
362 improvement, as well as a reduction in memory usage.
363
364 - `DisableNatPortMap`
365 -Disable NAT discovery.
365 +Disable automatic NAT port forwarding.
366 +
367 +When not disabled (default), go-ipfs asks NAT devices (e.g., routers), to open
368 +up an external port and forward it to the port go-ipfs is running on. When this
369 +works (i.e., when your router supports NAT port forwarding), it makes the local
370 +go-ipfs node accessible from the public internet.
371
372 - `DisableRelay`
373 Disables the p2p-circuit relay transport.