This commit is contained in:
Corey Ham
2021-11-04 09:12:57 -07:00
committed by GitHub
parent cb258302ea
commit 43ded5d6be
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/bash
apt install ufw
apt -y install ufw jq
ufw allow ssh
ufw default deny incoming
ufw default allow outgoing