mirror of
https://github.com/proxysu/ProxySU.git
synced 2025-04-02 21:36:17 +03:00
fix vless kcp security type
This commit is contained in:
parent
41e3c85d01
commit
b08251a0bc
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ namespace ProxySU_Core.Models
|
|||
_headerType = settings.VLESS_KCP_Type;
|
||||
_seed = settings.VLESS_KCP_Seed;
|
||||
_port = settings.VLESS_KCP_Port;
|
||||
_security = "none";
|
||||
_descriptiveText = "vless-mKCP";
|
||||
break;
|
||||
case XrayType.VLESS_gRPC:
|
||||
|
|
Loading…
Add table
Reference in a new issue