Update proxy.pac

This commit is contained in:
2024-08-12 13:52:13 +00:00
parent 2a3351e81e
commit 70bde09d10

View File

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