From a8b191d1447c5830c53d2ce3547403a8a9a7140a Mon Sep 17 00:00:00 2001 From: anton Date: Mon, 12 Aug 2024 15:01:01 +0000 Subject: [PATCH] Update proxy.pac --- proxy.pac | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/proxy.pac b/proxy.pac index f5034aa..beb28eb 100644 --- a/proxy.pac +++ b/proxy.pac @@ -29,6 +29,21 @@ else { return "SOCKS5 proxy.vm:1080"} +else +//youtube + + if ( + (shExpMatch(host, "youtube.com")) || + (shExpMatch(host, "youtu.be")) || + (shExpMatch(host, "ytimg.com")) || + (shExpMatch(host, "ggpht.com")) || + (shExpMatch(host, "googleusercontent.com")) || + (shExpMatch(host, "googlevideo.com")) || + (shExpMatch(host, "google.com")) || + (shExpMatch(host, "googleapis.com")) + ) + + { return "SOCKS5 proxy.vm:1080"} else { // Default: no proxy,