Tailcat: Tailscale without Tailscale, by Tailscale
- Today we’re releasing tailcat, a remix of pieces of Tailscale that gives you a way to use the open-source Tailscale data plane (WireGuard® + NAT traversal + DERP) without the Tailscale control plane, written by the people who made Tailscale.
- Specifically, tailcat is both an open-source Go package and a CLI tool using that package.
- It lets you run a server-side listener and a client to connect to that server, moving bidirectional bytes back and forth.
Unverified
- Today we’re releasing tailcat, a remix of pieces of Tailscale that gives you a way to use the open-source Tailscale data plane (WireGuard® + NAT traversal + DERP) without the Tailscale control plane, written by the people who made Tailscale.
- Specifically, tailcat is both an open-source Go package and a CLI tool using that package.
- It lets you run a server-side listener and a client to connect to that server, moving bidirectional bytes back and forth.
Sources: Tailscale