clickhouse
This commit is contained in:
@@ -122,6 +122,15 @@ else
|
|||||||
{ return "SOCKS5 proxy.vm:1080"}
|
{ return "SOCKS5 proxy.vm:1080"}
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
|
//clickhouse
|
||||||
|
|
||||||
|
if ((shExpMatch(host, "clickhouse.com")) ||
|
||||||
|
(shExpMatch(host, "*.clickhouse.com")))
|
||||||
|
{ return "SOCKS5 proxy.vm:1080"}
|
||||||
|
|
||||||
|
else
|
||||||
|
|
||||||
//vagrant
|
//vagrant
|
||||||
|
|
||||||
if ((shExpMatch(host, "hashicorp.com")) ||
|
if ((shExpMatch(host, "hashicorp.com")) ||
|
||||||
|
|||||||
Reference in New Issue
Block a user