Skip to content

Commit 61e3a33

Browse files
committed
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.
1 parent 1592758 commit 61e3a33

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

config/routing.go

-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,4 @@ type Routing struct {
66
//
77
// Can be one of "dht", "dhtclient", "dhtserver", "none", or unset.
88
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
139
}

0 commit comments

Comments
 (0)