From 26a500ac96dd5b49bfc76eca6f91870787727dca Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Sat, 31 Aug 2024 19:23:21 +0200 Subject: [PATCH] Add TODO section Signed-off-by: Georg Pfuetzenreuter --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a6fcf7d..a35b975 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,9 @@ $ htpasswd -Bn x ``` Ignore the username part. + +### TODO + +- Expanding to further nftables functionality. For this, the ACL configuration should be reworked to operate on API paths (for example `/set/foo`) instead of set names to make it useful for paths other than sets. +- Improve logging, introduce a debug flag. +- Add tests (which may need to be run in a privileged container to simulate nftables).