Allow http1 in v2ray HTTP transport

This commit is contained in:
世界 2022-08-22 22:51:08 +08:00
parent 4005452772
commit a24a2b475a
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
4 changed files with 130 additions and 27 deletions

View file

@ -44,9 +44,6 @@ func NewClientTransport(ctx context.Context, dialer N.Dialer, serverAddr M.Socks
}
switch options.Type {
case C.V2RayTransportTypeHTTP:
if tlsConfig == nil {
return nil, C.ErrTLSRequired
}
return v2rayhttp.NewClient(ctx, dialer, serverAddr, options.HTTPOptions, tlsConfig), nil
case C.V2RayTransportTypeGRPC:
if tlsConfig == nil {