From 6ab82ed54f8b788ce90fa8aa87399768529527e6 Mon Sep 17 00:00:00 2001 From: Mai Date: Thu, 21 May 2026 23:38:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=83=A8=E7=BD=B2=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E5=85=AC=E7=BD=91IP=20(WG=20MTU=E9=99=90=E5=88=B6=E6=97=A0?= =?UTF-8?q?=E6=B3=95SSH)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 原因: udp2raw 隧道有效MTU低于1420,SSH大包握手丢包 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e62a929..706f653 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ --- +## 网络拓扑 + +通过 WireGuard 组网(10.13.13.0/24),本机为 10.13.13.5,服务器为 +10.13.13.1。由于 udp2raw 隧道 MTU 限制,部署时通过公网 SSH 进行。 + ## 技术栈 - **框架:** Vue 3 + Vue Router 4