Update proxy.pac

This commit is contained in:
2024-08-12 13:06:45 +00:00
parent 0e847d27f8
commit 556337575a

View File

@@ -2,7 +2,7 @@ function FindProxyForURL(url, host)
{
if (shExpMatch(host, "*linkedin.com"))
if (shExpMatch(host, "*2ip.ru"))
return "SOCKS5 proxy.vm:11080";