1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-09 12:40:35 +08:00

TUN-7275: Make QuickTunnels only use a single connection to the edge

This commit is contained in:
João Oliveirinha
2023-03-13 10:20:58 +00:00
parent be341fa055
commit f686da832f
5 changed files with 14 additions and 4 deletions

View File

@@ -293,7 +293,7 @@ func prepareTunnelConfig(
Region: c.String("region"),
EdgeIPVersion: edgeIPVersion,
EdgeBindAddr: edgeBindAddr,
HAConnections: c.Int("ha-connections"),
HAConnections: c.Int(haConnectionsFlag),
IncidentLookup: supervisor.NewIncidentLookup(),
IsAutoupdated: c.Bool("is-autoupdated"),
LBPool: c.String("lb-pool"),