TUN-1637: Free tunnels shouldn't require cert.pem

This commit is contained in:
Adam Chalmers
2019-03-22 12:00:57 -05:00
parent 619bc95501
commit 8560436487
2 changed files with 9 additions and 3 deletions

View File

@@ -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 {