From 0e847d27f8db9c46afc762635a705307aaf9be81 Mon Sep 17 00:00:00 2001 From: anton Date: Mon, 12 Aug 2024 13:05:42 +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 fa47127..cd422c3 100644 --- a/proxy.pac +++ b/proxy.pac @@ -2,7 +2,7 @@ function FindProxyForURL(url, host) { - if (shExpMatch(host, "*.linkedin.com")) + if (shExpMatch(host, "*linkedin.com")) return "SOCKS5 proxy.vm:11080";