From c2decc6f4aa3b0dd49e0ca26f16ea60cd1da9cfe Mon Sep 17 00:00:00 2001 From: Anton Date: Fri, 13 Dec 2024 10:11:51 +0300 Subject: [PATCH] giters --- proxy.pac | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/proxy.pac b/proxy.pac index 4b4ca15..5c90b3b 100644 --- a/proxy.pac +++ b/proxy.pac @@ -148,6 +148,13 @@ else if ((shExpMatch(host, "turnkeylinux.org")) || (shExpMatch(host, "*.turnkeylinux.org"))) { return "SOCKS5 proxy.vm:1080"} +else + +//giters + +if ((shExpMatch(host, "giters.com")) || +(shExpMatch(host, "*.giters.com"))) +{ return "SOCKS5 proxy.vm:1080"} else