Explorar el Código

fix ufw install

Bachir Soussi Chiadmi hace 6 años
padre
commit
646e1c426b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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