diff --git a/proxy.pac b/proxy.pac index efb7dc8..2e4ffaf 100644 --- a/proxy.pac +++ b/proxy.pac @@ -2,7 +2,7 @@ function FindProxyForURL(url, host) { - if (shExpMatch(url, "https://2ip.ru")) + if (shExpMatch(url, "2ip.ru")) return "SOCKS5 proxy.vm:11080";