Description
ufw
is a firewall on top of iptableQ
Commands
Status
ufw status [verbose]
Enabled
ufw enable
Allow port from anywhere (IPv4-6)
ufw allow <PORT>
Deny incoming by default
ufw default deny incoming
ufw
is a firewall on top of iptableQ
ufw status [verbose]
ufw enable
ufw allow <PORT>
ufw default deny incoming