diff --git a/docs/clients-zh.md b/docs/clients-zh.md
index 4f94c4d..15e212a 100644
--- a/docs/clients-zh.md
+++ b/docs/clients-zh.md
@@ -187,8 +187,8 @@ Ubuntu 18.04 和更新版本用户可以使用 `apt` 安装 <a href="https://pac
 1. 保持 **Gateway ID** 字段空白。
 1. 在 **Pre-shared key** 字段中输入`你的 VPN IPsec PSK`。
 1. 展开 **Advanced** 部分。
-1. 在 **Phase1 Algorithms** 字段中输入 `aes128-sha1-modp2048!`。
-1. 在 **Phase2 Algorithms** 字段中输入 `aes128-sha1-modp2048!`。
+1. 在 **Phase1 Algorithms** 字段中输入 `aes128-sha1-modp2048`。
+1. 在 **Phase2 Algorithms** 字段中输入 `aes128-sha1`。
 1. 单击 **OK**,然后单击 **Add** 保存 VPN 连接信息。
 1. 启用 **VPN** 连接。
 
diff --git a/docs/clients.md b/docs/clients.md
index f6335e8..f4d6d6b 100644
--- a/docs/clients.md
+++ b/docs/clients.md
@@ -186,8 +186,8 @@ Ubuntu 18.04 (and newer) users can install the <a href="https://packages.ubuntu.
 1. Leave the **Gateway ID** field blank.
 1. Enter `Your VPN IPsec PSK` for the **Pre-shared key**.
 1. Expand the **Advanced** section.
-1. Enter `aes128-sha1-modp2048!` for the **Phase1 Algorithms**.
-1. Enter `aes128-sha1-modp2048!` for the **Phase2 Algorithms**.
+1. Enter `aes128-sha1-modp2048` for the **Phase1 Algorithms**.
+1. Enter `aes128-sha1` for the **Phase2 Algorithms**.
 1. Click **OK**, then click **Add** to save the VPN connection information.
 1. Turn the **VPN** switch ON.