From 5957f495370221896c9d031bd45d274cc4c27ccf Mon Sep 17 00:00:00 2001 From: nuxt-autumn Date: Sun, 18 Apr 2021 20:14:31 +0800 Subject: [PATCH] fix some issue. --- ProxySU_Core/Models/XraySettings.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ProxySU_Core/Models/XraySettings.cs b/ProxySU_Core/Models/XraySettings.cs index 73671bf..69d5354 100644 --- a/ProxySU_Core/Models/XraySettings.cs +++ b/ProxySU_Core/Models/XraySettings.cs @@ -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 } }