From fa8835719176a503b001c99b39a181617a789ef5 Mon Sep 17 00:00:00 2001 From: Kris Date: Mon, 15 Jul 2024 03:40:33 +0200 Subject: [PATCH] Fix --- docs/en_US/guide/nat.md | 2 +- docs/guide/nat.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en_US/guide/nat.md b/docs/en_US/guide/nat.md index cab9bfcc..be70c1be 100644 --- a/docs/en_US/guide/nat.md +++ b/docs/en_US/guide/nat.md @@ -31,4 +31,4 @@ If your Dashboard server uses tools like the aaPanel or similar management platf ## Usage Notes - Continuous connectivity between the Agent and the Dashboard is crucial for the NAT traversal functionality to operate correctly. If the connection to the Agent is lost, the traversal setup will temporarily cease to function. -- Given that the NAT traversal does not encrypt traffic by itself, it is recommended to secure data transmissions by employing HTTPS protocol between the Agent and the Dashboard, as well as between the Dashboard and the client browser, to ensure data security during transmission. \ No newline at end of file +- Given that the NAT traversal does not encrypt traffic by itself, it is recommended to secure data transmissions by employing TLS/SSL between the Agent and the Dashboard, as well as between the Dashboard and the client browser, to ensure data security during transmission. \ No newline at end of file diff --git a/docs/guide/nat.md b/docs/guide/nat.md index 3a0dbacb..f41d4343 100644 --- a/docs/guide/nat.md +++ b/docs/guide/nat.md @@ -31,4 +31,4 @@ outline: deep ## 使用须知 - 保持 Agent 与 Dashboard 之间的连接是内网穿透功能正常运作的前提。若 Agent 连接中断,已配置的穿透将暂时失效。 -- 考虑到内网穿透隧道本身不加密数据,建议在 Agent 与 Dashboard 之间以及 Dashboard 与客户端浏览器之间**使用 HTTPS 协议**,以确保数据传输过程的安全性。 +- 考虑到内网穿透隧道本身不加密数据,建议在 Agent 与 Dashboard 之间以及 Dashboard 与客户端浏览器之间均**使用 TLS/SSL**,以确保数据传输过程的安全性。