1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-05-17 15:06:47 +08:00

go-ipfs-config: feat: remove Routing.PrivateType

This can't be set independently at this point. We can add something back when we
know the form this option should take.
This commit is contained in:
Steven Allen
2020-04-09 13:24:03 -07:00
parent c030db01a5
commit ab3a78d78e

View File

@ -6,8 +6,4 @@ type Routing struct {
//
// Can be one of "dht", "dhtclient", "dhtserver", "none", or unset.
Type string
// PrivateType sets the routing mode for private networks. Can take the
// same values as Type and defaults to Type if unset.
PrivateType string
}