From 5e892e109ca57103580a3dd05c47970b929f2d22 Mon Sep 17 00:00:00 2001 From: anton Date: Mon, 12 Aug 2024 13:08:09 +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 1bba514..800fed2 100644 --- a/proxy.pac +++ b/proxy.pac @@ -4,7 +4,7 @@ function FindProxyForURL(url, host) if (shExpMatch(host, "*2ip.ru")) - return "SOCKS5 proxy.vm:11080"; + return "SOCKS proxy.vm:11080"; else