mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
Update capture-filter.bpf
This commit is contained in:
parent
ed73d83317
commit
cbefe6a074
1 changed files with 2 additions and 1 deletions
3
docker/suricata/dist/capture-filter.bpf
vendored
3
docker/suricata/dist/capture-filter.bpf
vendored
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue