improved blacklist/whitelist/dnsbl with lua

This commit is contained in:
bunkerity
2020-10-09 23:20:40 +02:00
parent ef7d842ff0
commit fc3d911ff7
14 changed files with 318 additions and 96 deletions

View File

@@ -10,6 +10,7 @@ COPY confs/ /opt/confs
COPY scripts/ /opt/scripts
COPY fail2ban/ /opt/fail2ban
COPY logs/ /opt/logs
COPY lua/ /opt/lua
RUN apk --no-cache add php7-fpm certbot libstdc++ libmaxminddb geoip pcre yajl fail2ban clamav apache2-utils rsyslog && \
chmod +x /opt/entrypoint.sh /opt/scripts/* && \