Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

feat: add private routing config field #73

Merged
merged 2 commits into from
Apr 7, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions routing.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ package config
type Routing struct {
// Type sets default daemon routing mode.
Type string

// PrivateType sets the routing mode for private networks. If unset,
// Type will be used.
PrivateType string
}