example: document git_host in the config

fixes #20
This commit is contained in:
Vaxry
2025-04-20 23:25:14 +01:00
parent 1c8625ffa4
commit 9d3922d1d3

View File

@@ -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
}