From 70bde09d10a2dffc828b9e30ccb0ac80cb4d3796 Mon Sep 17 00:00:00 2001 From: anton Date: Mon, 12 Aug 2024 13:52:13 +0000 Subject: [PATCH] Update proxy.pac --- proxy.pac | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/proxy.pac b/proxy.pac index d9c77f4..99e606b 100644 --- a/proxy.pac +++ b/proxy.pac @@ -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"