Update proxy.pac

This commit is contained in:
2024-08-12 13:59:17 +00:00
parent 27fd064eef
commit 91eb719f1d

View File

@@ -26,16 +26,6 @@ else
{ return "SOCKS5 proxy.vm:11080"}
else
//youtube
if ((shExpMatch(host, ".googlevideo.*)) ||
(shExpMatch(host, "*.youtube.*)) ||
(shExpMatch(host, "*.ytimg.*))
)
{ return "SOCKS5 proxy.vm:11080"}
else
{
// Default: no proxy,
return "DIRECT"