Update V2rayConfigHandler.cs

This commit is contained in:
2dust 2019-08-23 13:27:05 +08:00
parent a091616790
commit f51e651410

View file

@ -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);
}