From b40ef62b6582d0ed72e20c806b6a2cf6ad44c8fe Mon Sep 17 00:00:00 2001 From: anton Date: Tue, 13 Aug 2024 06:12:48 +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 f23f9cf..dc306b7 100644 --- a/proxy.pac +++ b/proxy.pac @@ -25,7 +25,7 @@ else else //instagram - if ((shExpMatch(host, "*.instagram.com")) || (shExpMatch(host, "*.cdninstagram.com"))) + if ((shExpMatch(host, "*.instagram.com")) || (shExpMatch(host, "instagram.com")) || (shExpMatch(host, "*.cdninstagram.com"))) { return "SOCKS5 proxy.vm:1080"}