@aibulat/ctl-ufw
v0.0.3
Published
Manage UFW rules
Downloads
17
Maintainers
Readme
Info
- Tool to automatically configure ufw rules
- Must be run as root (eg via sudo)
Input file
Create a file, with list of ports:
[22, 443, 8080]
Save it. For example: fw.json
Install
sudo npm i -g @aibulat/ctl-ufw
Run
sudo ctl-ufw fw.json