TUN-5010: --region should be a string flag

This commit is contained in:
cthuang
2021-08-28 16:39:00 +01:00
committed by Chung Ting Huang
parent 671754fd19
commit 98c3957d30
4 changed files with 8 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ type TunnelConfig struct {
ClientID string
CloseConnOnce *sync.Once // Used to close connectedSignal no more than once
EdgeAddrs []string
Region string
HAConnections int
IncidentLookup IncidentLookup
IsAutoupdated bool