Is there a firewall solution for Linux that will notify me of any connections that other processes try to establish, and let me allow/deny each connection manually?
I would like to get more concious about which tools are connecting to the internet, and how often.
If you’re looking for outgoing requests, check out OpenSnitch. It should do exactly what you’re looking for.
Thank you! Exactly what I’m looking for.