CHANGELOG: address magik6k CR
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Steven Allen committed
Feb 20, 2019 at 17:35 UTC
0a56a4496060d227c04f04f666342351da49a00f
1 file changed
+3
-4
CHANGELOG.md
+3
-4
@@ -37,11 +37,10 @@ detects that the go-ipfs node is behind a NAT. While relaying connections
37
through a third-party node isn't the most efficient way to route around NATs,
38
it's a reliable fallback.
39
40
-To enable `AutoRelay`, set the `Swarm.EnableAutoRelay` option in the config.
40
+To enable AutoRelay, set the `Swarm.EnableAutoRelay` option in the config.
41
42
-AutoNAT is the service AutoRelay uses to detect if the node is behind a NAT.
43
-It's enabled by default when you enable `AutoRelay` so you don't have to do
44
-anything.
42
+AutoNAT is the service AutoRelay uses to detect if the node is behind a NAT. You
43
+don't have to set any special config flags to enable it.
44
45
In this same config section, you may also notice options like `EnableRelayHop`,
46
`EnableAutoNATService`, etc. You _do not_ need to enable these: