From: Ian Jackson Date: Fri, 29 Nov 2013 20:45:26 +0000 (+0000) Subject: git-cache-proxy: add warning re clients being able to DoS X-Git-Tag: debian/4.3.0~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=commitdiff_plain;h=0c9ee9d344314b4ef60810a5701f4905a579ad9f git-cache-proxy: add warning re clients being able to DoS --- 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:///...