From c77888946fbc346b80158fd32dc8f1282c0fa7cb Mon Sep 17 00:00:00 2001 From: Anton Date: Sat, 16 Nov 2024 10:20:14 +0300 Subject: [PATCH] clickhouse --- proxy.pac | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/proxy.pac b/proxy.pac index 363c575..880a09c 100644 --- a/proxy.pac +++ b/proxy.pac @@ -122,6 +122,15 @@ else { return "SOCKS5 proxy.vm:1080"} else + +//clickhouse + +if ((shExpMatch(host, "clickhouse.com")) || +(shExpMatch(host, "*.clickhouse.com"))) +{ return "SOCKS5 proxy.vm:1080"} + +else + //vagrant if ((shExpMatch(host, "hashicorp.com")) ||