Skip to content

v1.0.0-rc2

Compare
Choose a tag to compare
@gustavo-iniguez-goya gustavo-iniguez-goya released this 05 Feb 00:02
· 387 commits to main since this release

Small improvements to the UI.
Make it work on distros with old libnetfilter-queue.

Daemon deb package compatibility (maybe others as well, let us know!):

  • Debian >= 8
  • LinuxMint >= 18
  • Ubuntu >= 16 (works also on 14.04, but it lacks upstart service file. And dpkg must be at least .1.17.x)

UI deb package compatibility (maybe others as well, let us know!):

  • Debian >= 10
  • Ubuntu >= 19.x

The reason for such low compatiblity is that mainly the python3-grpcio and python3-protobuf is not available in all distros. We'll remove these dependencies from the package soon, and install them via pip3

sudo dpkg -i opensnitch_1.0.0rc-2_amd64.deb python3-opensnitch-ui_1.0.0rc2-1_all.deb; sudo apt -f install