From 415cfe80ff58de8e08f65d1e8dae488cdf89de59 Mon Sep 17 00:00:00 2001 From: Anton Date: Tue, 28 Jan 2025 11:03:08 +0300 Subject: [PATCH] direct for meet and mail.google.com --- proxy.pac | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/proxy.pac b/proxy.pac index 1709746..2172183 100644 --- a/proxy.pac +++ b/proxy.pac @@ -198,6 +198,14 @@ else (shExpMatch(host, "*.intel.com"))) { return "PROXY proxy.vm:8118"} +else + +//Direct for mail.google.com and meet.google.com + + if ((shExpMatch(host, "mail.google.com")) || + (shExpMatch(host, "meet.google.com"))) + { return "DIRECT"} + else