Add in module TODOs
This commit is contained in:
parent
8f73838c80
commit
0a4dcec56a
1
Modules/advanced_logger.rb
Normal file
1
Modules/advanced_logger.rb
Normal 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)
|
1
Modules/firewall_manager.rb
Normal file
1
Modules/firewall_manager.rb
Normal 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)
|
1
Modules/nftables_interface.rb
Normal file
1
Modules/nftables_interface.rb
Normal 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)
|
1
Modules/packet_manager.rb
Normal file
1
Modules/packet_manager.rb
Normal 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)
|
1
Modules/protection_engine.rb
Normal file
1
Modules/protection_engine.rb
Normal file
|
@ -0,0 +1 @@
|
|||
# TODO: Make the protection engine module. (The meat and potatoes of our protection system. What actually does our heavy lifting)
|
Loading…
Reference in New Issue
Block a user