mirror of
https://github.com/bestnite/sub2sing-box.git
synced 2025-10-28 09:33:57 +00:00
fix: vmess/vless quic 缺少 tls 配置
This commit is contained in:
@@ -109,6 +109,9 @@ func ParseVless(proxy string) (model2.Proxy, error) {
|
||||
Type: "quic",
|
||||
QUICOptions: model2.V2RayQUICOptions{},
|
||||
}
|
||||
result.VLESS.TLS = &model2.OutboundTLSOptions{
|
||||
Enabled: true,
|
||||
}
|
||||
}
|
||||
if params.Get("type") == "grpc" {
|
||||
result.VLESS.Transport = &model2.V2RayTransportOptions{
|
||||
|
||||
Reference in New Issue
Block a user