Update proxy.pac

This commit is contained in:
2024-08-12 13:08:09 +00:00
parent 556337575a
commit 5e892e109c

View File

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