mirror of https://github.com/2dust/v2rayN
Update V2rayConfigHandler.cs
parent
a091616790
commit
f51e651410
|
@ -1122,7 +1122,7 @@ namespace v2rayN.Handler
|
|||
}
|
||||
|
||||
vmessItem.requestHost = Utils.ToString(vmessQRCode.host);
|
||||
vmessItem.path = Utils.ToString(vmessQRCode.host);
|
||||
vmessItem.path = Utils.ToString(vmessQRCode.path);
|
||||
vmessItem.streamSecurity = Utils.ToString(vmessQRCode.tls);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue