Browse Source

fix ufw install

Bachir Soussi Chiadmi 5 years ago
parent
commit
646e1c426b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/ufw.sh

+ 1 - 1
bin/ufw.sh

@@ -14,7 +14,7 @@ sleep 2
 # TODO use awall instead of ufw ?
 
 # ufw
-apk add ufw
+apk add ufw@testing
 ufw allow ssh # knockd will open the ssh port
 ufw allow http
 ufw allow https