Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 20:21
· 60 commits to main since this release

Changelog

Features

  • 7cd962b: feat(feed): let a client ask for a ping, and publish the result (@nledez)
  • cfb7772: feat(macos): a development build that cannot disturb the installed one (@nledez)
  • dd0db7d: feat(macos): open the window wide enough to read the table (@nledez)
  • 2f6b4a0: feat(macos): ping on "p", and an echo rather than a stopwatch (@nledez)
  • 202c644: feat(macos): show handshake, traffic, ping and endpoint for every tunnel (@nledez)

Fixes

  • 802ceb3: fix(macos): show counters as fresh as the chart beside them (@nledez)

Install

tar xzf tun-manager_0.5.0_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.