gamemann / XDP-Firewall

A firewall that utilizes the Linux kernel's XDP hook. The XDP hook allows for very fast network processing on Linux systems. This is great for dropping malicious traffic from a (D)DoS attack. IPv6 is supported with this firewall! I hope this helps network engineers/programmers interested in utilizing XDP!
https://deaconn.net/
MIT License
492 stars 87 forks source link

not drop #24

Closed namecloudz closed 1 year ago

namecloudz commented 1 year ago
{
    enabled = true,
    action = 0,

    udp_enabled = true,
    udp_dport = 30120,
    min_len = 0,
    max_len = 35
},

why not dropped? server have attack length 28