clickhouse

This commit is contained in:
2024-11-16 10:20:14 +03:00
parent 858e15430d
commit c77888946f

View File

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