diff --git a/ddos-mitigator.sh b/ddos-mitigator.sh index b337e44..2523fca 100755 --- a/ddos-mitigator.sh +++ b/ddos-mitigator.sh @@ -45,19 +45,19 @@ start=$(date +%s) # Dependencies of this script. Simple array with the following structure: # (command package [...]) dependencies=( -"sudo" "app-admin/sudo" -"python" "dev-lang/python:3.8" -"fail2ban-client" "net-analyzer/fail2ban" -"cut" "sys-apps/coreutils" -"id" "sys-apps/coreutils" -"sort" "sys-apps/coreutils" -"touch" "sys-apps/coreutils" -"tr" "sys-apps/coreutils" -"uniq" "sys-apps/coreutils" -"grep" "sys-apps/grep" -"sponge" "sys-apps/moreutils" -"netstat" "sys-apps/net_tools" -"getopt" "sys-apps/util-linux" + "sudo" "app-admin/sudo" + "python" "dev-lang/python:3.8" + "fail2ban-client" "net-analyzer/fail2ban" + "cut" "sys-apps/coreutils" + "id" "sys-apps/coreutils" + "sort" "sys-apps/coreutils" + "touch" "sys-apps/coreutils" + "tr" "sys-apps/coreutils" + "uniq" "sys-apps/coreutils" + "grep" "sys-apps/grep" + "sponge" "sys-apps/moreutils" + "netstat" "sys-apps/net_tools" + "getopt" "sys-apps/util-linux" ) # These suffixes must be appended to the respective addresses and subnets.