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.
Steven Allen committed
Apr 9, 2020 at 13:24 UTC
ab3a78d78e80263c80b0fbd8e350b3ddc3a6a2b4
1 file changed
-4
config/routing.go
-4
@@ -6,8 +6,4 @@ type Routing struct {
6
//
7
// Can be one of "dht", "dhtclient", "dhtserver", "none", or unset.
8
Type string
9
-
10
- // PrivateType sets the routing mode for private networks. Can take the
11
- // same values as Type and defaults to Type if unset.
12
- PrivateType string
9
}