From f03e35dbd7d773878bcc86e367070d952712d21f Mon Sep 17 00:00:00 2001 From: freekof Date: Mon, 19 Jan 2026 00:15:47 +0800 Subject: [PATCH] Update Global.cs --- v2rayN/ServiceLib/Global.cs | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) 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()