This commit is contained in:
2024-10-18 16:31:11 +03:00
parent 59a57649c4
commit 0a99aaaa31

View File

@@ -92,6 +92,8 @@ else
(shExpMatch(host, "*.boostymark.com"))) (shExpMatch(host, "*.boostymark.com")))
{ return "SOCKS5 proxy.vm:1080"} { return "SOCKS5 proxy.vm:1080"}
else
//discord //discord
if ((shExpMatch(host, "discord.com")) || if ((shExpMatch(host, "discord.com")) ||
@@ -100,7 +102,16 @@ else
(shExpMatch(host, "*.discord.gg"))) (shExpMatch(host, "*.discord.gg")))
{ return "SOCKS5 proxy.vm:1080"} { return "SOCKS5 proxy.vm:1080"}
//discord else
//notepad-plus-plus.org
if ((shExpMatch(host, "notepad-plus-plus.org")) ||
(shExpMatch(host, "*.notepad-plus-plus.org")))
{ return "SOCKS5 proxy.vm:1080"}
else
//vagrant
if ((shExpMatch(host, "hashicorp.com")) || if ((shExpMatch(host, "hashicorp.com")) ||
(shExpMatch(host, "*.hashicorp.com")) || (shExpMatch(host, "*.hashicorp.com")) ||