dot for linkedin

This commit is contained in:
2024-08-12 12:37:50 +00:00
parent b8c6426005
commit 894c47c983

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";