From 9ef0dbddf51b6dabcb88eff9bd495bff1fcafbd5 Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Fri, 8 Sep 2023 17:41:51 +0200 Subject: [PATCH] Update install.sh --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e8c7926..0413016 100644 --- a/install.sh +++ b/install.sh @@ -8,7 +8,9 @@ echo "Welcome to the installation!" sudo apt-get update && sudo apt-get upgrade -y # Install npm, rsync, git, redis-server, and nginx -sudo apt-get install npm rsync git redis-server nginx -y +sudo apt-get install npm rsync git ipset redis-server nginx -y + +sudo ipset create blacklist hash:ip sudo systemctl enable nginx sudo systemctl start nginx