mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
prep for new listbot FQDN
This commit is contained in:
@ -4,7 +4,8 @@ FROM alpine:latest
|
||||
ADD dist/ /root/dist/
|
||||
#
|
||||
# Install packages
|
||||
RUN apk -U --no-cache add \
|
||||
RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
|
||||
apk -U --no-cache add \
|
||||
ca-certificates \
|
||||
curl \
|
||||
file \
|
||||
|
5
docker/suricata/dist/capture-filter.bpf
vendored
5
docker/suricata/dist/capture-filter.bpf
vendored
@ -1,4 +1,3 @@
|
||||
not (host sicherheitstacho.eu or community.sicherheitstacho.eu) and
|
||||
not (host sicherheitstacho.eu or community.sicherheitstacho.eu or listbot.sicherheitstacho.eu) and
|
||||
not (host deb.debian.org) and
|
||||
not (host index.docker.io or docker.io) and
|
||||
not (host 80.158.38.137)
|
||||
not (host index.docker.io or docker.io)
|
||||
|
Reference in New Issue
Block a user