add tls config option

This commit is contained in:
ginuerzh
2022-01-05 00:02:55 +08:00
parent c428b37a36
commit 3b48c4acfb
43 changed files with 395 additions and 496 deletions

View File

@ -1,7 +1,6 @@
package v5
import (
"crypto/tls"
"time"
mdata "github.com/go-gost/gost/pkg/metadata"
@ -9,7 +8,6 @@ import (
type metadata struct {
connectTimeout time.Duration
tlsConfig *tls.Config
noTLS bool
}