Enables the UFW firewall to allow only SSH (port 22, rate limited), HTTP (port 80), and HTTPS (port 443) access. code example
Example 1: enable ufw ubuntu
sudo ufw enable
Example 2: allow ip through ufw
sudo ufw allow from 15.15.15.0/24 to any port 22