We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1592758 commit 61e3a33Copy full SHA for 61e3a33
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