mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
go-ipfs-config: Merge pull request #97 from ipfs/feat/sec-transport-experiments
feat: add an option for security transport experiments
This commit is contained in:
commit
3d90053cdd
@ -8,4 +8,11 @@ type Experiments struct {
|
||||
Libp2pStreamMounting bool
|
||||
P2pHttpProxy bool
|
||||
StrategicProviding bool
|
||||
|
||||
// OverrideSecurityTransports overrides the set of available security
|
||||
// transports when non-empty. This option should eventually migrate some
|
||||
// place more stable.
|
||||
//
|
||||
// Default: ["tls", "secio", "noise"].
|
||||
OverrideSecurityTransports []string `json:",omitempty"`
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user