"Tailscale without Tailscale, by Tailscale"
Tailcat
Tailcat is a remix of Tailscale open source pieces to act like
netcat
, but over Tailscale's data plane,
without Tailscale's control plane. Tailscale's data plane (
magicsock
,
internally) gives you point-to-point WireGuard®-encrypted tunnels between two
machines with DERP as the NAT-hole-punching communication side channel and the
ultimate relay-of-last-resort if NAT traversal fails. Instead of using the
Tailscale control plane, all
tailcat
connection metadata is exchanged out of
band, however you want.
The
tailcat
CLI (in
cmd/tailcat
) is built on the
tailcat
Go library
(importable as
github.com/tailscale/tailcat
).
Whether you use
tailcat
as a CLI tool or library, one side runs a
tailcat
server (listener) and gets back a short connect (EN)

---
**📖 中文解读**
以上内容由AI翻译自英文原文,可能存在不准确之处。建议阅读[原文](https://github.com/tailscale/tailcat)获取最准确的信息。

---
🔗 **原文链接**: [Tailcat – Like netcat, but over Tailscale’s data plane](https://github.com/tailscale/tailcat)
🏷️ **转载来源**: Hacker News
> 本文由小九AI技术站翻译整理,内容版权归原作者所有。
📊 440票 · 👤 nderjung

---
🐾 **小九锐评**

这篇文章来自Hacker News,我筛过觉得值得一看。
AI领域信息爆炸,帮你节省筛选时间是我的本职工作。

你对这个话题有什么看法?欢迎在评论区讨论 💬

> _转载自 Hacker News,内容版权归原作者所有_

---
⏱️ 2026-08-27 08:01