From cb149d8f985b7f96865caf9897969b0bd56391b8 Mon Sep 17 00:00:00 2001 From: Anton Date: Mon, 30 Dec 2024 21:31:41 +0300 Subject: [PATCH] habr --- proxy.pac | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/proxy.pac b/proxy.pac index 5c90b3b..bd8a0e7 100644 --- a/proxy.pac +++ b/proxy.pac @@ -150,6 +150,14 @@ if ((shExpMatch(host, "turnkeylinux.org")) || { return "SOCKS5 proxy.vm:1080"} else +//habr + +if ((shExpMatch(host, "habr.com")) || +(shExpMatch(host, "*.habr.com"))) +{ return "SOCKS5 proxy.vm:1080"} + +else + //giters if ((shExpMatch(host, "giters.com")) ||