Update proxy.pac

This commit is contained in:
2024-08-12 13:13:04 +00:00
parent 77a575f313
commit 500c1d8dce

View File

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