-
relevant GitHub issue [0]
We have not investigated too much into this topic - but from what we know it would probably be easier to implement a bandwidth cap than monitoring the bandwidth.
And from a priority perspective it is likely to take a while until we get to these topics, our focus lays elsewhere at the moment.
[0] https://github.com/safing/portmaster/issues/382
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
right, I used to have a firewall that could whitelist apps in the 90s... iptables can't even do that as far as I know... but there is https://github.com/evilsocket/opensnitch that I still need to try (I no longer use Windows).
-
-
I did something similar with docker. I ran both OpenVPN client and SSH client inside a docker, so only the SSH client would be affected by the OpenVPN controlling the container network. And by telling the SSH client to port forwarded, and by exposing the same port forward from the docker to the local computer, I could use it to travel through the VPN while all other ports on the local computer were unaffected.
Here is my code for reference: https://github.com/yonixw/ssh-vpn-docker
-
Open source for good measure: https://github.com/objective-see/LuLu
-
Related posts
-
How to block programs like windows firewall does?
-
After Snowden, We Quit Our Jobs to Build Privacy Software – It Reached 1.0
-
Is it technically possible to block specific apps in Linux with a program similar to Cold Turkey (Win/Mac)?
-
Opensnitch, application level interactive firewall, heading into Debian
-
Is there an opensource alternative to Glasswire?