You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
Hello there,
I've just releasedv1.0.0ofMeds — Intelligent firewall written in Go.
The main highlight of this release is the introduction of afast path: It usesNFQUEUEfor initial packet inspection and then automatically offloads verified connections to the kernel level usingconntrack marks.
This approach minimizes context switching and allows for near-native throughput once a connection is trusted.