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