docs(research): 跨國團隊 VPN 方案技術調研 — EasyTier / NetBird / Headscale#9
Merged
Conversation
- 調研背景:泰國↔中國兩地團隊遠程協作開發,需要開源自建內部 VPN - 方案一 EasyTier:去中心化 Rust mesh VPN,多協議自動降級,中國網絡優化最徹底 - 方案二 NetBird:自託管零信任平台,完善帳號管理/SSO/ACL,適合團隊防濫用 - 方案三 Headscale:Tailscale 開源控制面,生態最成熟(40k stars) - 包含完整搭建步驟、架構圖、故障排查、Cloudflare Tunnel 疊加方案 - 更新 .gitignore 排除 .env (含 API Key)
- 04-onboarding-guide.md: 5分鐘新員工 VPN 接入說明書,可直接發給新人 - 05-local-testing.md: Mac 本機 Docker 完整測試流程 - Docker Compose 一鍵部署 NetBird - 本機多節點模擬測試 - Network Link Conditioner 模擬跨境延遲 - Cloudflare Tunnel + crm.aastar.io 對接步驟 - 更新 README 文檔索引
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
背景
泰國 ↔ 中國兩地團隊遠程協作開發,需要開源自建內部專用 VPN 通道,替代不穩定且收費的商業 VPN。
調研內容
三個開源方案的完整技術文檔
research/vpn/README.mdresearch/vpn/01-easytier.mdresearch/vpn/02-netbird.mdresearch/vpn/03-headscale.md每個方案文檔包含
其他
.gitignore排除.env(含 API Key)