opensnitch
opensnitch copied to clipboard
OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.
For openSUSE (Leap/TW) packages I have done some adjustments. I don't know if they all make sense, but I list some of them here and maybe there is something useful....
I'd love to see another option (or more!) somewhere between greenlighting a connection "Until next reboot" and "Forever". How about approving/refusing a connection for a week, a month, a year…...
Hello. After compilation via make and building of the package via checkinstall - binaries are located in /usr/local/bin/ and in /usr/local/lib/. The goal is to place bin and lib files...
Linux's default proxy setting is weak that application can ignore this setting.This feature can useful to force proxy to application for filter packet by tool like privoxy or configure which...
I use a Laptop, working with Zones would be really helpful. I'm not a network expert but I tried to propose an example.  If possible but not that important...
Hello everyone ! I have seen the the program's pop-ups sometimes show generic tools want to connect to the internet, like http, curl, etc. So it got me wondering... What...
It could be great to add a column "Destination" in rule interface of OpenSntitch GUI to quickly know the destination without click on the rule. If the destination is specify...
I believe that increments like [this one](https://github.com/evilsocket/opensnitch/blob/1db03b5570ea429227ea39b4c6947a0746b1de59/ebpf_prog/opensnitch.c#L422) should be done via: > __sync_fetch_and_add(value, 1) according to [this](https://docs.cilium.io/en/latest/bpf/#llvm): > Since the defined array map is global, the accounting needs to use...
For now the opensnitch has parent folder which has `debian` dir and the `ui` which has different `debian` dir for different package and it is a little hard to build...
I want to create a rule to block all but localhost connections. [Rules editor](https://github.com/evilsocket/opensnitch/wiki/Rules-editor) tells me to use negated character classes: ``` [x] Action: deny [x] To this destination IP:...