ufw

star 0

Uncomplicated Firewall management commands.

jyasuu By jyasuu schedule Updated 1/22/2026

name: ufw description: Uncomplicated Firewall management commands.

ufw

sudo ufw allow from 192.168.1.0/24 to any port 22
sudo ufw status numbered
sudo ufw insert 1 deny from 192.168.1.0/24 to any port 80,443 proto tcp
sudo ufw delete 1
Install via CLI
npx skills add https://github.com/jyasuu/cheat-sheet --skill ufw
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator