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 released v1.0.0 of Meds — Intelligent firewall written in Go.
The main highlight of this release is the introduction of a fast path: It uses NFQUEUE for initial packet inspection and then automatically offloads verified connections to the kernel level using conntrack marks.
This approach minimizes context switching and allows for near-native throughput once a connection is trusted.