@cryptotaxi247 / kubo / commits / 43a6230e1

go-ipfs-config: add experiment for p2p http proxy

License: MIT Signed-off-by: Ian Preston <ianopolous@protonmail.com>

Dr Ian Preston committed Oct 4, 2018 at 23:42 UTC 43a6230e1409a68dd7a3f874cef7e1e16288dea0
1 file changed +1
config/experiments.go
+1
@@ -5,5 +5,6 @@ type Experiments struct {
5 UrlstoreEnabled bool
6 ShardingEnabled bool
7 Libp2pStreamMounting bool
8 + P2pHttpProxy bool
9 QUIC bool
10 }