Add in module TODOs

This commit is contained in:
VetheonGames 2023-06-03 14:48:16 -06:00
parent 8f73838c80
commit 0a4dcec56a
5 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1 @@
# TODO: Create Advanced Logger module (above basic file logging, we want to simplify the process of dealing with errors. No more incomprehenisble stack traces. Errors and Logs should be easily readable and understandable by the lay-person)

View File

@ -0,0 +1 @@
# TODO: Create the firewall manager module. (Interacting with firewalls like Firewalld, UFW, and such but not more advanced ones like NFTables, that needs it's own module)

View File

@ -0,0 +1 @@
# TODO: Create the NFTables interface module (For active protection, we can take control over NFTables programmatically to do much more advanced and fancy things)

View File

@ -0,0 +1 @@
# TODO: Create the Packet Manager Module (This module does exactly what you think it does. It captures, decodes, and makes packets available for us to work with/intercept)

View File

@ -0,0 +1 @@
# TODO: Make the protection engine module. (The meat and potatoes of our protection system. What actually does our heavy lifting)