This commit is contained in:
2025-01-07 20:53:15 +03:00
parent cb149d8f98
commit 475a03b8f3

View File

@@ -164,6 +164,15 @@ if ((shExpMatch(host, "giters.com")) ||
(shExpMatch(host, "*.giters.com")))
{ return "SOCKS5 proxy.vm:1080"}
else
//intel
if ((shExpMatch(host, "intel.com")) ||
(shExpMatch(host, "*.intel.com")))
{ return "SOCKS5 proxy.vm:1080"}
else