From 500c1d8dce9cb22f326d07b4eb5e3e49141848bb Mon Sep 17 00:00:00 2001 From: anton Date: Mon, 12 Aug 2024 13:13:04 +0000 Subject: [PATCH] Update proxy.pac --- proxy.pac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";