diff --git a/v2rayN/ServiceLib/Global.cs b/v2rayN/ServiceLib/Global.cs index 94a66fa5..2138c042 100644 --- a/v2rayN/ServiceLib/Global.cs +++ b/v2rayN/ServiceLib/Global.cs @@ -178,15 +178,16 @@ public class Global public static readonly Dictionary ProtocolShares = new() { - { EConfigType.VMess, "vmess://" }, - { EConfigType.Shadowsocks, "ss://" }, - { EConfigType.SOCKS, "socks://" }, - { EConfigType.VLESS, "vless://" }, - { EConfigType.Trojan, "trojan://" }, - { EConfigType.Hysteria2, "hysteria2://" }, - { EConfigType.TUIC, "tuic://" }, - { EConfigType.WireGuard, "wireguard://" }, - { EConfigType.Anytls, "anytls://" } + { EConfigType.VMess, "vmess://" }, + { EConfigType.Shadowsocks, "ss://" }, + { EConfigType.SOCKS, "socks://" }, + { EConfigType.HTTP, "http://" }, + { EConfigType.VLESS, "vless://" }, + { EConfigType.Trojan, "trojan://" }, + { EConfigType.Hysteria2, "hysteria2://" }, + { EConfigType.TUIC, "tuic://" }, + { EConfigType.WireGuard, "wireguard://" }, + { EConfigType.Anytls, "anytls://" } }; public static readonly Dictionary ProtocolTypes = new()