From f55b515255aeffef58ada9eb399396e7c2bff4d2 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Mon, 15 Jun 2020 19:57:41 -0700 Subject: [PATCH] go-ipfs-config: doc(swarm): extend autorelay docs --- config/swarm.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/swarm.go b/config/swarm.go index 7ce55bec8..d662bb30d 100644 --- a/config/swarm.go +++ b/config/swarm.go @@ -27,7 +27,8 @@ type SwarmConfig struct { // // When both EnableAutoRelay and EnableRelayHop are set, this go-ipfs node // will advertise itself as a public relay. Otherwise it will find and use - // advertised public relays. + // advertised public relays when it determines that it's not reachable + // from the public internet. EnableAutoRelay bool // Transports contains flags to enable/disable libp2p transports.