Browse Source

disabled knockd, fixed ufw

Bachir Soussi Chiadmi 3 years ago
parent
commit
8c9ab6612d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      bin/ufw.sh
  2. 1 1
      install.sh

+ 1 - 1
bin/ufw.sh

@@ -22,7 +22,7 @@ sleep 2
 
 
 # ufw
-apk add ufw@testing
+apk add ufw@edgecommunity
 ufw allow ssh # knockd will open the ssh port
 ufw allow http
 ufw allow https

+ 1 - 1
install.sh

@@ -30,7 +30,7 @@ _cwd="$(pwd)"
 . bin/ssh.sh
 . bin/ufw.sh
 . bin/fail2ban.sh
-. bin/knockd.sh
+# . bin/knockd.sh
 . bin/email.sh
 . bin/lemp.sh
 . bin/mysqlbackup.sh