disabled knockd, fixed ufw

This commit is contained in:
2020-09-22 22:00:37 +02:00
parent cc06aff076
commit 8c9ab6612d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ sleep 2
# ufw # ufw
apk add ufw@testing apk add ufw@edgecommunity
ufw allow ssh # knockd will open the ssh port ufw allow ssh # knockd will open the ssh port
ufw allow http ufw allow http
ufw allow https ufw allow https
+1 -1
View File
@@ -30,7 +30,7 @@ _cwd="$(pwd)"
. bin/ssh.sh . bin/ssh.sh
. bin/ufw.sh . bin/ufw.sh
. bin/fail2ban.sh . bin/fail2ban.sh
. bin/knockd.sh # . bin/knockd.sh
. bin/email.sh . bin/email.sh
. bin/lemp.sh . bin/lemp.sh
. bin/mysqlbackup.sh . bin/mysqlbackup.sh