From f3438cdafa03e61b1eafa6ef2314816ea698129e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C4=9Fmur=20Oymak?= Date: Mon, 21 Jan 2019 19:04:56 +0300 Subject: [PATCH] Update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 990eea5..8b9a025 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,6 @@ a range of ports and IP addresses in rules. * Filter traffic only in specified interfaces. * Log matched packets, of course without giving an attacker too much opportunities for a DoS attack. +* Use something better than `procfs` for userspace communication. +A netlink socket comes to mind but I don't yet know how to use it and I need to +finish the homework part quick.