Answers for "ufw allow port"

3

ufw allow port

sudo ufw allow http
sudo ufw allow 80
Posted by: Guest on June-12-2020
5

allow ip through ufw

sudo ufw allow from 15.15.15.0/24  to any port 22
Posted by: Guest on April-14-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