mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-12 03:37:59 +08:00
go-ipfs-config: Merge pull request #74 from ipfs/feat/remove-private
feat: remove Routing.PrivateType
This commit is contained in:
commit
8b77ad2d5c
@ -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