1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-10 13:10:33 +08:00

Revert "TUN-4926: Implement --region configuration option"

This reverts commit d0a1daac3b.
This commit is contained in:
cthuang
2021-08-28 16:42:55 +01:00
parent 75bdc96763
commit 27cd83c2d3
4 changed files with 1 additions and 8 deletions

View File

@@ -279,7 +279,6 @@ func prepareTunnelConfig(
OSArch: buildInfo.OSArch(),
ClientID: clientID,
EdgeAddrs: c.StringSlice("edge"),
Region: c.String("region"),
HAConnections: c.Int("ha-connections"),
IncidentLookup: origin.NewIncidentLookup(),
IsAutoupdated: c.Bool("is-autoupdated"),