From c5194b0a84ae2015acc2975c005d54dce284d1de Mon Sep 17 00:00:00 2001 From: anton Date: Mon, 12 Aug 2024 14:11:11 +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 898b180..6454028 100644 --- a/proxy.pac +++ b/proxy.pac @@ -25,7 +25,7 @@ else else //instagram - if (shExpMatch(host, "*.instagram.*")) + if ((shExpMatch(host, "instagram.com")) || (shExpMatch(host, "*.instagram.com"))) { return "SOCKS5 proxy.vm:11080"}