Update V2rayConfigHandler.cs

pull/32/head
2dust 2019-08-23 13:27:05 +08:00
parent a091616790
commit f51e651410
1 changed files with 1 additions and 1 deletions

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