From 0c9ee9d344314b4ef60810a5701f4905a579ad9f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 29 Nov 2013 20:45:26 +0000 Subject: [PATCH] git-cache-proxy: add warning re clients being able to DoS --- scripts/git-cache-proxy | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/git-cache-proxy b/scripts/git-cache-proxy index d12bdb3..8747eba 100755 --- a/scripts/git-cache-proxy +++ b/scripts/git-cache-proxy @@ -2,6 +2,12 @@ # # git caching proxy +# Suitable only for exposing to semi-trusted clients: clients are not +# supposed to be able to take over the server. However, clients can +# probably deny service to each other because the current +# implementation is not very good at handling various out-of-course +# situations (notably, clients which are too slow). + # usage: run it on some port, and then clone or fetch # "git://:/[ ]" # where is http:///... or git:///... -- 2.30.2