mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-27 19:29:57 +00:00
TUN-1637: Free tunnels shouldn't require cert.pem
This commit is contained in:
@@ -69,6 +69,7 @@ type TunnelConfig struct {
|
||||
CompressionQuality uint64
|
||||
IncidentLookup IncidentLookup
|
||||
CloseConnOnce *sync.Once // Used to close connectedSignal no more than once
|
||||
IsFreeTunnel bool
|
||||
}
|
||||
|
||||
type dialError struct {
|
||||
|
Reference in New Issue
Block a user