Meds is an efficient firewall system crafted in Go, leveraging Linux Netfilter through NFQUEUE to scrutinize inbound traffic. Designed to optimize your network security, it blocks malicious and unwanted data in real-time, ensuring a smoother and safer online experience.
Meds is an advanced, high-performance firewall system developed in Go, designed to enhance network security by efficiently filtering inbound traffic. By leveraging Linux Netfilter via NFQUEUE, Meds inspects and processes traffic in user space, allowing for real-time identification and blocking of malicious or undesired activities.
Meds operates by intercepting all inbound packets through a Netfilter rule, classifying them via a series of filters and determining whether to accept or drop each packet based on established criteria. This ensures a comprehensive decision-making process aimed at maintaining network integrity.
curl -u admin:mypass -X GET http://localhost:8000/v1/whitelist/subnets/200.168.0.1
curl -u admin:mypass -X POST http://localhost:8000/v1/whitelist/subnets \
-d '{"subnets": ["200.168.0.0/16"]}'
Through its effective combination of features, Meds significantly enhances network security, ensuring safe operation against an array of potential cyber threats.
No comments yet.
Sign in to be the first to comment.