mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 11:41:33 -05:00
Update GCP-Debian-11.sh
Setup ufw Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
8e7fffb93d
commit
84f93db507
@ -11,6 +11,9 @@ sudo apt update
|
||||
sudo apt upgrade -y
|
||||
sudo apt install -y --no-install-recommends tuned unbound ufw
|
||||
|
||||
sudo ufw enable
|
||||
sudo ufw allow 22/tcp
|
||||
|
||||
sudo tuned-adm profile virtual-guest
|
||||
|
||||
echo 'server:
|
||||
|
Loading…
Reference in New Issue
Block a user