1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2024-11-21 20:56:08 +03:00

fix some issue.

This commit is contained in:
nuxt-autumn 2021-04-18 20:14:31 +08:00
parent 6962ed4bb8
commit 5957f49537

View File

@ -209,24 +209,24 @@ namespace ProxySU_Core.Models
// 入口
VLESS_TCP_XTLS = 100,
// vless 101开头
// VLESS 101开头
VLESS_TCP = 101,
VLESS_WS = 102,
VLESS_H2 = 103,
VLESS_KCP = 104,
VLESS_gRPC = 110,
// vmess 201开头
// VMESS 201开头
VMESS_TCP = 201,
VMESS_WS = 202,
VMESS_H2 = 203,
VMESS_KCP = 204,
// trojan 301开头
// Trojan 301开头
Trojan_TCP = 301,
Trojan_WS = 302,
// ss
// SS
ShadowsocksAEAD = 401
}
}