Update proxy.pac

This commit is contained in:
2024-08-20 13:26:53 +00:00
parent 248c0434de
commit 3a936d7e26

View File

@@ -43,7 +43,13 @@ else
(shExpMatch(host, "*.googlevideo.com")) ||
(shExpMatch(host, "google.com")) ||
(shExpMatch(host, "*.google.com")) ||
(shExpMatch(host, "*.googleapis.com"))
(shExpMatch(host, "*.google.com")) ||
(shExpMatch(host, "youtu.be")) ||
(shExpMatch(host, "*.youtu.be")) ||
(shExpMatch(host, "*.yt.be")) ||
(shExpMatch(host, "yt.be")) ||
(shExpMatch(host, "*.l.google.com")) ||
(shExpMatch(host, "l.google.com"))
)
{ return "SOCKS5 proxy.vm:1080"}