Add double hop and oversecure icon tags to noise patterns
This commit is contained in:
@@ -58,6 +58,7 @@ const NOISE_PATTERNS = [
|
||||
|
||||
// 2) Keyword -> icon tags (if found in original name, icon is added; the keyword is removed from base name)
|
||||
// 🇫🇿 🇺🇳 🇩🇻 🇻🇿 🇵🇷 🇦🇿 🇬🇺🇦🇷🇩
|
||||
// 🌀 - double hop
|
||||
const ICON_RULES = [
|
||||
{ regex: /TEST/gi, icon: "🧪" },
|
||||
{ regex: uWordBoundaryGroup("Low Ping"), icon: "⚡️" },
|
||||
@@ -70,10 +71,14 @@ const ICON_RULES = [
|
||||
{ regex: uWordBoundaryGroup("local"), icon: "🚪" },
|
||||
{ regex: uWordBoundaryGroup("neighbourhood"), icon: "🫂" },
|
||||
|
||||
{ regex: uWordBoundaryGroup("🌀"), icon: "🌀" },
|
||||
|
||||
{ regex: uWordBoundaryGroup("xfizz|x-fizz"), icon: "🇫" },
|
||||
{ regex: uWordBoundaryGroup("unicade|uncd"), icon: "🇺" },
|
||||
{ regex: uWordBoundaryGroup("uncd|unicade"), icon: "🇺" },
|
||||
{ regex: uWordBoundaryGroup("vzdh|vezdehod"), icon: "🇻" },
|
||||
{ regex: uWordBoundaryGroup("dvpn|d-vpn"), icon: "🇩" },
|
||||
{ regex: uWordBoundaryGroup("ovsc|oversecure"), icon: "🇴" },
|
||||
{ regex: uWordBoundaryGroup("snow|snowy") , icon: "🇸" },
|
||||
{ regex: uWordBoundaryGroup("proton"), icon: "🇵" },
|
||||
{ regex: uWordBoundaryGroup("amnezia"), icon: "🇦" },
|
||||
{ regex: uWordBoundaryGroup("adguard"), icon: "🇬" },
|
||||
@@ -192,10 +197,12 @@ const METATAG_RULES = {
|
||||
// 🅶🆃 🆃🆂 🆃🆅 🆆🆅 🆇🆅 🆆🅶 🅽🅸
|
||||
pairMap: {
|
||||
"grpc/trojan": "🅶🆃",
|
||||
"tcp/trojan": "🆃🆃",
|
||||
"tcp/ss": "🆃🆂",
|
||||
"tcp/vless": "🆃🆅",
|
||||
"ws/vless": "🆆🆅",
|
||||
"xhttp/vless": "🆇🆅",
|
||||
"grpc/vless": "🅶🆅",
|
||||
|
||||
"/wireguard": "🆆🅶",
|
||||
"/naive": "🅽🅸",
|
||||
|
||||
Reference in New Issue
Block a user