Update proxy.pac

This commit is contained in:
2024-08-12 13:10:37 +00:00
parent f20430ef54
commit b4d57bbeeb

View File

@@ -2,9 +2,9 @@ function FindProxyForURL(url, host)
{ {
if (shExpMatch(host, "*2ip.ru")) if (shExpMatch(url, "*2ip.ru"))
return "proxy.vm:11080"; return "SOCKS5 proxy.vm:11080";
else else