go-ipfs-config: Add provider system experiment

This commit is contained in:
Michael Avila 2019-04-18 13:54:58 -07:00
parent 62c4b489a7
commit b2029f15c7

View File

@ -8,4 +8,5 @@ type Experiments struct {
P2pHttpProxy bool
QUIC bool
PreferTLS bool
StrategicProviding bool
}