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
493 stars 87 forks source link

Add a license #19

Closed natesales closed 1 year ago

natesales commented 2 years ago

This is great work! Can you add a license to cover this repo?

ref: https://choosealicense.com/no-permission/

gamemann commented 2 years ago

Hey and thank you :) I will look into this soon!

natesales commented 2 years ago

Just following up on this, is there a license you would feel comfortable with adding? GPL/MIT/etc?

gamemann commented 1 year ago

Hey, I finally got around to doing this and went with a MIT license. I am sorry for the long delay, been really busy with life the past few months.