go-ipfs-config: integrate circuit-relay transport
- enabled by default, so that we can dial/receive dials - /p2p-circuit/QmId address is not announced; filtered at host with AddrsFactory - use case is manual swarm connect with relay address License: MIT Signed-off-by: vyzo <vyzo@hackzen.org>
vyzo committed
Jul 26, 2017 at 14:13 UTC
b4973a585d317ed1620bea06f99a98503cef885d
1 file changed
+2
config/swarm.go
+2
@@ -4,4 +4,6 @@ type SwarmConfig struct {
4
AddrFilters []string
5
DisableBandwidthMetrics bool
6
DisableNatPortMap bool
7
+ DisableRelay bool
8
+ EnableRelayHop bool
9
}