mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +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:
parent
c030db01a5
commit
ab3a78d78e
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user