mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-21 20:56:08 +03:00
fix vless kcp security type
This commit is contained in:
parent
41e3c85d01
commit
b08251a0bc
@ -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…
Reference in New Issue
Block a user