jyasuu

ufw

Uncomplicated Firewall management commands.

jyasuu 0 Updated 4mo ago
GitHub

Install

npx skillscat add jyasuu/cheat-sheet/ufw

Install via the SkillsCat registry.

SKILL.md

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

Categories