From 8cde8cee62e49e0de7ddc16aa5c941e55df60d7e Mon Sep 17 00:00:00 2001 From: CamaroW <111119365+CamaroW@users.noreply.github.com> Date: Wed, 4 Dec 2024 20:32:28 +0800 Subject: [PATCH] Update vmess.md Changed "address" to "port": "The address of the outbound setting in the client is consistent with the inbound port of the server;" to "The port of the outbound setting in the client is consistent with the inbound port of the server;". --- zh_CN/basics/vmess.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh_CN/basics/vmess.md b/zh_CN/basics/vmess.md index 31630c5e..321f06c6 100644 --- a/zh_CN/basics/vmess.md +++ b/zh_CN/basics/vmess.md @@ -221,7 +221,7 @@ VMess 协议的认证基于时间,一定要保证服务器和客户端的系 2). 客户端中的 outbound 设置的 address 与 vps 的 ip 是否一致; -3). 客户端中的 outbound 设置的 address 与服务器的 inbound 的 port 是否一致; +3). 客户端中的 outbound 设置的 端口 与服务器的 inbound 的 port 是否一致; 4). VPS 是否开启了防火墙将连接拦截了;