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"}