Skip to content

Releases: amalbansode/opensnitch-tui

v0.0.4

18 Dec 20:32

Choose a tag to compare

This release:

  • Adds a clickable footer to allow/deny connections
  • Adds a countdown timer for connection dispositions
  • Adds a help screen - view using key H
  • Improves the behavior of the UI when resized. This enables a lightweight "compact" mode:
compact

v0.0.3

17 Dec 02:19

Choose a tag to compare

This release provides users more flexibility in the creation of firewall rules with a new --rule-presets command-line arg.

Previously, the TUI made fixed-function rules using a strict combination of user ID + process + destination information. This new release enables user-defined granularity in the specific fields to match on. For instance, if your typical workflow only matches destination hostnames agnostic of user ID and process path, that is now supported.

Toggling these fields at runtime is currently unsupported and needs additional design consideration.

v0.0.2

09 Dec 17:32

Choose a tag to compare

First release with binaries published for Linux x86_64 and aarch64!

Thank you to @replete for the support in setting up multi-arch builds and releases.