mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-06 05:29:42 +00:00
f6748caab7
* names updated Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com> * idea * Added missing tasks * Added a title --------- Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
8 lines
425 B
TOML
8 lines
425 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.\nThis command installs UFW and configures UFW based on CTT's recommended rules.\nFor more information visit: https://christitus.com/linux-security-mistakes"
|
|
script = "firewall-baselines.sh"
|
|
task_list = "installation"
|