incl. XFF for qhoneypots, some tweaking

This commit is contained in:
t3chn0m4g3
2022-02-11 10:32:31 +00:00
parent d2e54d5cf0
commit 53afb1ba10
6 changed files with 20 additions and 14 deletions

View File

@ -30,7 +30,7 @@ RUN apk -U add \
cd /opt/ && \
git clone https://github.com/qeeqbox/honeypots && \
cd honeypots && \
git checkout b88cbbd5aa1d2724c6f7de5d723f0d0e753912bb && \
git checkout bee3147cf81837ba7639f1e27fe34d717ecccf29 && \
pip3 install --upgrade pip && \
pip3 install --ignore-installed hiredis packaging && \
pip3 install . && \