From 2a3351e81e82b20684a57b2b0cc9bb4496fa3aeb Mon Sep 17 00:00:00 2001 From: anton Date: Mon, 12 Aug 2024 13:49:56 +0000 Subject: [PATCH] Update proxy.pac --- proxy.pac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy.pac b/proxy.pac index 42ceb64..d9c77f4 100644 --- a/proxy.pac +++ b/proxy.pac @@ -7,7 +7,7 @@ else //rutracker.org - if ((shExpMatch(host, "rutracker.org")) || (shExpMatch(host, "www.rutracker.org"))) + if ((shExpMatch(host, "rutracker.org")) || (shExpMatch(host, "*.rutracker.*"))) { return "SOCKS5 proxy.vm:11080"} else