mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-20 06:02:23 +00:00
Update V2rayConfigHandler.cs
This commit is contained in:
parent
a091616790
commit
f51e651410
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue