diff --git a/proxy.pac b/proxy.pac index 99cd8f7..5605a37 100644 --- a/proxy.pac +++ b/proxy.pac @@ -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"}