©TriMoon™
©TriMoon™
> @hofbi > 3. Already with this basic feature, the script finds some alias collisions. That's why the CI fails right now. How > should we proceed here? Disable the...
:warning: The service files as [distributed in the `deb` package](https://github.com/evilsocket/opensnitch/releases/tag/v1.6.2) still has **WRONG name** !!! Someone needs to fix the packaging script !
You can try the PR, linked above, locally and see if you like it :wink: _(I'm running with that version)_
@lainedfles please see #1019 and use that in future to suggest changes :wink: I cross-posted and replied there :+1:
Looks to me like you are blocking some connections that `systemd-resolved` needs. It's alternating between your DNS-servers cause it can't reach them... This is a configuration problem of your firewall...
You can already do that by creating a rule for it... If you mean a UI toggle button, that would be near impossible to do because which app should be...
:warning: The service file as [distributed in the `deb` package](https://github.com/evilsocket/opensnitch/releases/tag/v1.6.2) still has **WRONG name** !!! Someone needs to fix the packaging script ! @evilsocket seems #118 was not proper after...
I think i found the spot where the packaged version in the `deb` differs from what is actually meant to be used: - https://github.com/evilsocket/opensnitch/blob/master/utils/packaging/daemon/deb/debian/opensnitch.service @gustavo-iniguez-goya could you please make that...
@lainedfles in reply to https://github.com/evilsocket/opensnitch/issues/1018#issuecomment-1704532117 > The version under your merge request did work without modification but here is my critique: > > `ExecStart=%N` without absolute path is bad practice...
> > `WantedBy=basic.target` may become problematic for [initrd boot](https://www.freedesktop.org/software/systemd/man/bootup.html#Bootup%20in%20the%20initrd) because basic.target is reached before any filesystems are mounted. However, I think that the directives under `[Unit]` should catch this case...