From 3a936d7e266857c9be2c298db59448cb7bd9ca9a Mon Sep 17 00:00:00 2001 From: anton Date: Tue, 20 Aug 2024 13:26:53 +0000 Subject: [PATCH] Update proxy.pac --- proxy.pac | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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"}