Update proxy.pac

This commit is contained in:
2024-08-12 13:05:42 +00:00
parent 894c47c983
commit 0e847d27f8

View File

@@ -2,7 +2,7 @@ function FindProxyForURL(url, host)
{ {
if (shExpMatch(host, "*.linkedin.com")) if (shExpMatch(host, "*linkedin.com"))
return "SOCKS5 proxy.vm:11080"; return "SOCKS5 proxy.vm:11080";