From cbefe6a0747d5ff9e7ebce28082774757192d463 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Wed, 22 Apr 2020 17:49:59 +0200 Subject: [PATCH] Update capture-filter.bpf --- docker/suricata/dist/capture-filter.bpf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/suricata/dist/capture-filter.bpf b/docker/suricata/dist/capture-filter.bpf index 4b289a00..73aa9ce4 100644 --- a/docker/suricata/dist/capture-filter.bpf +++ b/docker/suricata/dist/capture-filter.bpf @@ -1,3 +1,4 @@ not (host sicherheitstacho.eu or community.sicherheitstacho.eu) and not (host deb.debian.org) and -not (host index.docker.io or docker.io) +not (host index.docker.io or docker.io) and +not (host 80.158.38.137)