@cryptotaxi247 / kubo / commits / 542ca9296

go-ipfs-config: feat: remove PreferTLS experiment

This will now be enabled by default.

Steven Allen committed Mar 29, 2020 at 18:50 UTC 542ca9296bd565f612ea70527aa26d4c8b50b001
1 file changed -1
config/experiments.go
-1
@@ -8,6 +8,5 @@ type Experiments struct {
8 Libp2pStreamMounting bool
9 P2pHttpProxy bool
10 QUIC bool
11 - PreferTLS bool
11 StrategicProviding bool
12 }