Skip to content

peltho/tufw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub GitHub release (latest by date) Go Report Card

Terminal UI for ufw

This go package provides a terminal user interface for ufw.

Screenshot

It allows you to add, edit or remove rules in a fancy way which is ideal when you're not familiar with ufw command.

Be sure to run it as root otherwise it won't work.

Installation

Just head over the releases page and install it manually with your favorite package manager.

For instance: sudo apt install tufw_0.1.0_linux_amd64.deb

You can also find this package on AUR for archlinux users: yaourt -S tufw-git

Dependencies

This package is based on rivo/tview (and its dependencies).

Troubleshooting

Add your issue here on Github if you spot an unwanted behavior. Feel free to get in touch if you have any questions.

Licence

MIT