Add TODO section

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
Georg Pfuetzenreuter 2024-08-31 19:23:21 +02:00
parent 1d5c6e41dc
commit 26a500ac96
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57

View File

@ -17,3 +17,9 @@ $ htpasswd -Bn x
``` ```
Ignore the username part. 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).