Update proxy.pac

This commit is contained in:
2024-08-13 06:10:32 +00:00
parent 64ccc1da6c
commit aaae647916

View File

@@ -25,7 +25,7 @@ else
else
//instagram
if (shExpMatch(host, "*instagram.com"))
if ((shExpMatch(host, "*.instagram.com")) || (shExpMatch(host, "*.cdninstagram.com")))
{ return "SOCKS5 proxy.vm:1080"}