Skip to content

Commit

Permalink
go-ipfs-config: feat: remove Routing.PrivateType
Browse files Browse the repository at this point in the history
This can't be set independently at this point. We can add something back when we
know the form this option should take.
  • Loading branch information
Stebalien committed Apr 9, 2020
1 parent 0508789 commit e7afb35
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/routing.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit e7afb35

Please sign in to comment.