Update Global.cs

This commit is contained in:
freekof 2026-01-19 00:15:47 +08:00 committed by GitHub
parent 0446f80f43
commit f03e35dbd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -178,15 +178,16 @@ public class Global
public static readonly Dictionary<EConfigType, string> ProtocolShares = new() public static readonly Dictionary<EConfigType, string> ProtocolShares = new()
{ {
{ EConfigType.VMess, "vmess://" }, { EConfigType.VMess, "vmess://" },
{ EConfigType.Shadowsocks, "ss://" }, { EConfigType.Shadowsocks, "ss://" },
{ EConfigType.SOCKS, "socks://" }, { EConfigType.SOCKS, "socks://" },
{ EConfigType.VLESS, "vless://" }, { EConfigType.HTTP, "http://" },
{ EConfigType.Trojan, "trojan://" }, { EConfigType.VLESS, "vless://" },
{ EConfigType.Hysteria2, "hysteria2://" }, { EConfigType.Trojan, "trojan://" },
{ EConfigType.TUIC, "tuic://" }, { EConfigType.Hysteria2, "hysteria2://" },
{ EConfigType.WireGuard, "wireguard://" }, { EConfigType.TUIC, "tuic://" },
{ EConfigType.Anytls, "anytls://" } { EConfigType.WireGuard, "wireguard://" },
{ EConfigType.Anytls, "anytls://" }
}; };
public static readonly Dictionary<EConfigType, string> ProtocolTypes = new() public static readonly Dictionary<EConfigType, string> ProtocolTypes = new()