@NFTCPS: Tailscale 自己出手,做了个反直觉的东西,Tailcat,一句话概括就是:没有 Tailscale 的 Tailscale。 不用注册账号,不用装 VPN,不用开端口,不用 root,也不改你的路由和 DNS。两台机器,发个短 t…
摘要
Tailcat 是 Tailscale 推出的一个开源工具,无需注册账号或安装 VPN,即可通过 WireGuard 端到端加密直接连接两台机器,支持文件传输、SSH 和代理功能。
查看缓存全文
缓存时间: 2026/08/30 16:10
Tailscale 自己出手,做了个反直觉的东西,Tailcat,一句话概括就是:没有 Tailscale 的 Tailscale。
不用注册账号,不用装 VPN,不用开端口,不用 root,也不改你的路由和 DNS。两台机器,发个短 token 过去,直接就连上了,全程 WireGuard 端到端加密。打得通走直连,打不通自动走 DERP 中继,一点不耽误。
连上之后能干嘛?我给你数数:
两台电脑互传文件 把本地端口甩出去 直接 SSH 进去 当 SOCKS5 代理 当出口节点 浏览器里也能传
Go 写的,全程用户态,官方开源。像 netcat,但走的是 Tailscale 的数据面。
https://tailscale.github.io/tailcat/
tailcat
Source: https://tailscale.github.io/tailcat/ This is an experimental demo oftailcatin the browser. Unlike the normal CLI and non-JS library versions, all of its traffic is relayed through DERP servers; browsers can’t make tailcat’s direct peer-to-peer connections without WebRTC support (issue #4).
Loading WebAssembly…
Receive
Create a listener, share its address out of band, then the other side sends with this page or the CLI:tailcat <addr\> < file
Reuse a persistent address (stored in this browser)Share this address:
Send
Paste the receiver’s address. The receiver can be this page on another machine, or the CLI:tailcat \> file
鸟哥 | 蓝鸟会🕊️ (@NFTCPS): 焚决!最近好多人问我订阅 Claude 到底怎么搞最省心,我实测下来目前最丝滑最稳的路子就一条:
1️⃣ 美区 Apple ID 2️⃣ 美区 PayPal 3️⃣ 搭配Starryblu (支付卡)
走苹果内购订阅,最大的好处是万一哪天被封号,退款贼方便,不至于钱打水漂。
Starryblu 是完美平替,有需要的直接上车别犹豫。 地址🔗
相似文章
Tailcat:秒级安全隧道 (Tailscale)
Tailcat 是一个开源的命令行工具和Go库,它通过Tailscale的数据平面创建基于WireGuard加密的安全隧道,实现快速且安全的点对点连接,无需Tailscale账户。
@brucexu_eth: 直呼 Tailscale 牛逼! 现在我所有的服务器和设备都连到了 Tailscale,并且开启了 Tailscale SSH。之后我基本没再折腾过 Private Key,也不用到处同步 SSH key,每次直接 ssh root@ta…
用户分享了使用 Tailscale 配置 access control 和 SSH policy 来隔离内网与公网服务器,防止被攻破后横向扩散。同时,通过 tag 将设备分组,限制 public server 反向连接 personal 设备,提升了安全性。
tailscale/tailscale
Tailscale 的开源仓库,包含守护进程和 CLI 工具,用于轻松搭建私有 WireGuard 网络。
@FeitengLi: 我这么用的 1. mac mini 不带在身边,就放家里客厅,开 tailscale,在外面用 mac 自带屏幕共享 使用 tailscale ip 直接连进去(也会用 cloudflare 开一个 zero trust 做双备份 防止 …
介绍一种通过 Tailscale 和屏幕共享远程连接家中 Mac Mini 的开发环境配置方法,使用 tmux 保持会话和一致的环境。
@0xlangeai: https://x.com/0xlangeai/status/2093192039051489662
这篇教程详细介绍了如何通过Tailscale工具设置私有网络,使用SSH连接到Grok Bot服务器,包括设备准备、安装步骤和注意事项。