diff --git a/proxy.pac b/proxy.pac index cd422c3..1bba514 100644 --- a/proxy.pac +++ b/proxy.pac @@ -2,7 +2,7 @@ function FindProxyForURL(url, host) { - if (shExpMatch(host, "*linkedin.com")) + if (shExpMatch(host, "*2ip.ru")) return "SOCKS5 proxy.vm:11080";