vincentmli / docker-suricata

A Suricata Docker image with eBPF XDP SYNPROXY DDOS.
https://hub.docker.com/r/vli39/suricata
MIT License
2 stars 2 forks source link

Bug Report: Docker Build Missing 'iptadd-rules.sh' and 'iptdel-rules.sh' Files #3

Open scoolor opened 9 months ago

scoolor commented 9 months ago

Description

Firstly, I'd like to extend my gratitude for the informative YouTube videos – they have been incredibly helpful. However, I've encountered an issue during the Docker build process. It seems that the 'iptadd-rules.sh' and 'iptdel-rules.sh' scripts are missing. These scripts are crucial for managing iptables rules within the container. Without them, there's an incomplete configuration, which could lead to issues with traffic routing or filtering.

Steps to Reproduce

  1. Run the Docker build command: docker build -t [image-name] .
  2. Notice that the build process does not include 'iptadd-rules.sh' and 'iptdel-rules.sh' files.
vincentmli commented 8 months ago

@scoolor thanks for the reporting, I will add the two scripts.

vincentmli commented 8 months ago

@scoolor fyi, I added the two missing scripts.