Skip to content

Commit

Permalink
Update security_setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0ndrec authored Apr 18, 2024
1 parent 9096435 commit ea65ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/security_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ sudo apt autoremove -y

```bash
sudo apt install ufw -y
sudo ufw allow ssh
sudo ufw default deny incoming
sudo ufw default allow outgoing
sudo ufw allow ssh
sudo ufw enable
sudo ufw status
```
Expand Down

0 comments on commit ea65ccd

Please sign in to comment.