We’ve added instrumentation and taking a more systematic approach to investigating battery life issues in the Tailscale mobile clients.
- Spelunking through the Darwin kernel and userland helps Tailscale work better on macOS and iOS.
- Telltail is a Go application that allows different machines on your tailnet to copy and paste text with a shared clipboard. We caught up with its developer Ajit Singh for a Tailscale Q&A about how it came together.
- Tailscale Funnel is now available as a Go library you can embed directly in your programs.
- libtailscale: a Tailscale C library. Using the Go toolchain to build a c-archive tsnet package that uses a userland network stack to implement TCP/IP inside a process.
- tevents is a small tool to be deployed in your tailnet to collect events/hooks from other services. By using tsnet, it can be deployed as a virtual private service. This allows to centrally collect events in your network and display them on a web interface.