v0.5.0
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
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 doctorThe 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.