Update proxy.pac

This commit is contained in:
2024-08-12 13:08:48 +00:00
parent 5e892e109c
commit f20430ef54

View File

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