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:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user