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

Update README.md #7

Closed OpenSource03 closed 2 years ago

OpenSource03 commented 2 years ago

Updated README.md in order to provide a more proper way to install the application with one easy-to-use command.

gamemann commented 2 years ago

@OpenSource03 Thank you for this and my apologies for not having those requirements listed before!