From a7769f9dbc98899025343525cddf1c725c235e6f Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Wed, 23 Mar 2022 21:45:29 -0500 Subject: [PATCH] Update docs --- azure/README-zh.md | 2 +- azure/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure/README-zh.md b/azure/README-zh.md index 7bb0e05..ce7311d 100644 --- a/azure/README-zh.md +++ b/azure/README-zh.md @@ -20,7 +20,7 @@ 在完成部署之后,Azure 会有提示。下一步:[配置 VPN 客户端](../README-zh.md#下一步)。 -**注:** IKEv2 模式的客户端配置文件可以在你的 VPN 服务器的 `/root` 目录中找到。在使用 SSH 连接到服务器时,请使用你在部署模板中指定的用户名和密码。 +**注:** 在使用 SSH 连接到服务器时,请使用你在部署模板中指定的用户名和密码。如果要添加或者导出 IKEv2 客户端,运行 `sudo ikev2.sh`。 ## 作者 diff --git a/azure/README.md b/azure/README.md index 70d88af..d484613 100644 --- a/azure/README.md +++ b/azure/README.md @@ -20,7 +20,7 @@ Press this button to start: When the deployment finishes, Azure displays a notification. Next steps: [Configure VPN Clients](../README.md#next-steps). -**Note:** Client configuration files for IKEv2 mode can be found in the `/root` folder of your VPN server. When connecting to the server using SSH, use the username and password you specified in the deployment template. +**Note:** When connecting to the server using SSH, use the username and password you specified in the deployment template. To add or export IKEv2 clients, run `sudo ikev2.sh`. ## Authors