From b4c664bbc24b0beb94ca23cb2a48c76211ae2ff4 Mon Sep 17 00:00:00 2001 From: anton Date: Mon, 12 Aug 2024 15:04:29 +0000 Subject: [PATCH] Update proxy.pac --- proxy.pac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy.pac b/proxy.pac index 1d30fb0..3526f6a 100644 --- a/proxy.pac +++ b/proxy.pac @@ -42,7 +42,7 @@ else (shExpMatch(host, "googlevideo.com")) || (shExpMatch(host, "google.com")) || (shExpMatch(host, "*.google.com")) || - (shExpMatch(host, "googleapis.com")) + (shExpMatch(host, "*.googleapis.com")) ) { return "SOCKS5 proxy.vm:1080"}