bad behavior - move from fail2ban to pure lua

This commit is contained in:
bunkerity
2021-05-13 16:21:51 +02:00
parent eb2d0d330d
commit 0b3ff6a9f4
27 changed files with 90 additions and 148 deletions

View File

@@ -14,8 +14,6 @@ RUN chmod +x /tmp/dependencies.sh && \
COPY entrypoint/ /opt/entrypoint
COPY confs/ /opt/confs
COPY scripts/ /opt/scripts
COPY fail2ban/ /opt/fail2ban
COPY logs/ /opt/logs
COPY lua/ /opt/lua
COPY prepare.sh /tmp/prepare.sh