Answers for "ufw deny all the rest port"

1

ufw allow http and httpw connections

sudo ufw allow http
sudo ufw allow https
sudo ufw enable
Posted by: Guest on December-23-2020
0

ufw allow port from ip

sudo ufw allow from 134.243.212.34 to any port 22
Posted by: Guest on August-17-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language