Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 16 Aug 21:37
· 127 commits to main since this release

Changelog

Fixes

  • af91b8a: fix(tui): cut what does not fit instead of folding it (@nledez)
  • 04ac6d4: fix(tui): report each tunnel as it finishes, not the batch at the end (@nledez)

Other

Install

tar xzf tun-manager_0.1.1_darwin_universal.tar.gz
sudo install -m 0755 tun-manager /usr/local/bin/tun-manager
tun-manager doctor

The binaries are not notarized, so macOS quarantines them on first run.
Clear it with xattr -d com.apple.quarantine ./tun-manager, or build from
source with make build.

tun-manager runs as root: the WireGuard control sockets are root-only.