We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c030db0 + ab3a78d commit 8b77ad2Copy full SHA for 8b77ad2
config/routing.go
@@ -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
13
}
0 commit comments