From 9d3922d1d39d58beabd6c6c737632e4a5e48db10 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sun, 20 Apr 2025 23:25:14 +0100 Subject: [PATCH] example: document git_host in the config fixes #20 --- example/config.jsonc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/example/config.jsonc b/example/config.jsonc index fafede6..63b9a9d 100644 --- a/example/config.jsonc +++ b/example/config.jsonc @@ -43,5 +43,8 @@ // If enabled, all requests to the proxy will create their own thread. // this can increase the throughput of the proxy, especially when there are a lot of requests made // all at once. - "async_proxy": true + "async_proxy": true, + + // If enabled, specific requests that look like git HTTP(s) clones will be let through. + "git_host": false } \ No newline at end of file