mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 13:22:28 +00:00
565f507190
* implement dynamic auto updating word wrapping functionality * run fmt * remove dupe space * run fmt * add remove comments back * fix compilation errors * run fmt * run docgen * run docgen * fix conflicts * run cargo xtask docgen * use boolean rather than enum --------- Co-authored-by: nyx <nnyyxxxx@users.noreply.github.com>
8 lines
415 B
TOML
8 lines
415 B
TOML
name = "Security"
|
|
|
|
[[data]]
|
|
name = "Firewall Baselines (CTT)"
|
|
description = "Developed to ease iptables firewall configuration, UFW provides a user friendly way to create an IPv4 or IPv6 host-based firewall. This command installs UFW and configures UFW based on CTT's recommended rules. For more information visit: https://christitus.com/linux-security-mistakes"
|
|
script = "firewall-baselines.sh"
|
|
task_list = "I SS"
|