evilsocket / opensnitch

OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.
GNU General Public License v3.0
9.86k stars 487 forks source link

[Feature Request] NCurses Interface #1051

Open fusir opened 9 months ago

fusir commented 9 months ago

A reverse-firewall that lets you respond as requests go out is a great thing to have. It sucks that it's only available for desktop linux. Some basically live in the command line. It would be really cool to have this level of control over outbound connections in that kind of environment. I suppose ncurses isn't the only way to go and a more intermediate command line interface could be possible. A more simple version would break several of the ui roles into separate commands. Fox example one could catch all of the requests and ask for a simple [Y(es)/n(o)/a(lways)/b(lock permenently)] input. But a tab-based n-curses interface with the ability to look at existing rules and events all inside the same process would be the most slick.