Update proxy.pac

This commit is contained in:
2024-08-12 13:54:49 +00:00
parent 70bde09d10
commit f003ab78ce

View File

@@ -19,9 +19,12 @@ else
{ return "SOCKS5 proxy.vm:11080"}
else
//*.googlevideo.com
//youtube
if ((shExpMatch(host, ".googlevideo.*)) || (shExpMatch(host, ".youtube.*)))
if ((shExpMatch(host, ".googlevideo.*)) ||
(shExpMatch(host, "*.youtube.*)) ||
(shExpMatch(host, "*.ytimg.*))
)
{ return "SOCKS5 proxy.vm:11080"}
else