Commit 76db2a0b authored by Steven Allen's avatar Steven Allen

doc(config): improve DisableNatPortMap documentation

parent 8c033f12
......@@ -362,7 +362,12 @@ bandwidth metrics. Disabling bandwidth metrics can lead to a slight performance
improvement, as well as a reduction in memory usage.
- `DisableNatPortMap`
Disable NAT discovery.
Disable automatic NAT port forwarding.
When not disabled (default), go-ipfs asks NAT devices (e.g., routers), to open
up an external port and forward it to the port go-ipfs is running on. When this
works (i.e., when your router supports NAT port forwarding), it makes the local
go-ipfs node accessible from the public internet.
- `DisableRelay`
Disables the p2p-circuit relay transport.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment