mirror of
https://github.com/2dust/v2rayN.git
synced 2026-04-16 12:35:46 +00:00
Update Global.cs
This commit is contained in:
parent
0446f80f43
commit
f03e35dbd7
1 changed files with 10 additions and 9 deletions
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue