From 475a03b8f395eeca7bcdc020f5611f6e9600b826 Mon Sep 17 00:00:00 2001 From: Anton Date: Tue, 7 Jan 2025 20:53:15 +0300 Subject: [PATCH] intel --- proxy.pac | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/proxy.pac b/proxy.pac index bd8a0e7..e6af6be 100644 --- a/proxy.pac +++ b/proxy.pac @@ -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