mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-01-07 09:53:58 +08:00
[Fix]Vless tls must not be true
This commit is contained in:
parent
6a72feb8b5
commit
1100475326
@ -292,9 +292,9 @@ func (uc *vlessPacketConn) ReadFrom(b []byte) (int, net.Addr, error) {
|
||||
}
|
||||
|
||||
func NewVless(option VlessOption) (*Vless, error) {
|
||||
//if !option.TLS {
|
||||
// return nil, fmt.Errorf("TLS must be true with vless")
|
||||
//}
|
||||
if !option.TLS && option.Network =="grpc"{
|
||||
return nil, fmt.Errorf("TLS must be true with vless-grpc")
|
||||
}
|
||||
|
||||
var addons *vless.Addons
|
||||
if option.Network != "ws" && len(option.Flow) >= 16 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user