This commit is contained in:
2025-06-12 17:32:10 +08:00
parent fd57d6112b
commit e470d2b323
3 changed files with 55 additions and 0 deletions

13
wirguard/拓扑.md Normal file
View File

@ -0,0 +1,13 @@
# 拓扑
主要有 4 种拓扑
1. 点到点 (point to point)
2. 中心节点和边缘节点 / 星型 (hub and spoke)
3. 点到站 (point to site)
4. 站到站 (site to site)
WireGuard 没有严格的 server 和 client 的角色区分 ,对端 (peer) 既可以是服务器也可以是客户端 。
## 点到点