File tree 2 files changed +19
-2
lines changed
2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
- # tufw
1
+ # Terminal UI for ufw
2
+ This go package provides a terminal user interface for ` ufw ` .
2
3
3
- A terminal UI for ` ufw `
4
+ ![ Screenshot] ( preview.gif )
5
+
6
+ It allows you to add, edit or remove rules in a fancy way which is ideal when you're not familiar with ` ufw ` command.
7
+
8
+ > Be sure to run it as root otherwise it won't work.
9
+
10
+ ## Installation
11
+ ```
12
+ go install github.com/peltho/tufw@latest
13
+ ```
14
+
15
+ ## Dependencies
16
+ This package is based on [ rivo/tview] ( https://github.com/rivo/tview ) (and its dependencies).
17
+
18
+ ## Troubleshooting
19
+ Add your issue here on Github if you spot an unwanted behavior.
20
+ Feel free to get in touch if you have any questions.
4
21
5
22
## Licence
6
23
[ MIT] ( https://github.com/peltho/tufw/blob/main/LICENSE.txt )
You can’t perform that action at this time.
0 commit comments