more vagrant

This commit is contained in:
2024-10-09 17:25:18 +03:00
parent 7a71eda7f2
commit 59a57649c4

View File

@@ -95,17 +95,19 @@ else
//discord //discord
if ((shExpMatch(host, "discord.com")) || if ((shExpMatch(host, "discord.com")) ||
(shExpMatch(host, "*.discord.com")) (shExpMatch(host, "*.discord.com")) ||
(shExpMatch(host, "discord.gg")) || (shExpMatch(host, "discord.gg")) ||
(shExpMatch(host, "*.discord.gg"))) (shExpMatch(host, "*.discord.gg")))
{ return "SOCKS5 proxy.vm:1080"} { return "SOCKS5 proxy.vm:1080"}
//discord //discord
if ((shExpMatch(host, "hashicorp.com")) || if ((shExpMatch(host, "hashicorp.com")) ||
(shExpMatch(host, "*.hashicorp.com")) (shExpMatch(host, "*.hashicorp.com")) ||
(shExpMatch(host, "vargrantup.gg")) || (shExpMatch(host, "vagrantup.com")) ||
(shExpMatch(host, "*.vargrantup.gg"))) (shExpMatch(host, "*.vagrantup.com")) ||
(shExpMatch(host, "vagrantcloud.com")) ||
(shExpMatch(host, "*.vagrantcloud.com")))
{ return "SOCKS5 proxy.vm:1080"} { return "SOCKS5 proxy.vm:1080"}