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")) ||