Update proxy.pac

This commit is contained in:
2024-08-12 13:11:22 +00:00
parent b4d57bbeeb
commit 77a575f313

View File

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