diff --git a/README-zh.md b/README-zh.md index 4cf0326..810788e 100644 --- a/README-zh.md +++ b/README-zh.md @@ -180,6 +180,7 @@ wget https://git.io/vpnupgrade-centos -O vpnupgrade.sh - IPsec VPN Server on Docker - IKEv2 VPN Server on Docker - Streisand +- Algo VPN - SoftEther VPN - Shadowsocks - OpenVPN Install diff --git a/README.md b/README.md index 57228c2..fe01b20 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,7 @@ Please refer to Uninstall the VPNIPsec VPN Server on Docker - IKEv2 VPN Server on Docker - Streisand +- Algo VPN - SoftEther VPN - Shadowsocks - OpenVPN Install diff --git a/docs/clients-xauth-zh.md b/docs/clients-xauth-zh.md index 2e97206..b7f7818 100644 --- a/docs/clients-xauth-zh.md +++ b/docs/clients-xauth-zh.md @@ -19,7 +19,8 @@ IPsec/XAuth 模式也称为 "Cisco IPsec"。该模式通常能够比 IPsec/L2TP **注:** 你也可以使用 [IPsec/L2TP 模式](clients-zh.md) 连接,无需安装额外的软件。 -1. 下载并安装免费的 Shrew Soft VPN 客户端。 +1. 下载并安装免费的 Shrew Soft VPN 客户端。 + **注:** 该客户端**不支持** Windows 10。 1. 单击开始菜单 -> 所有程序 -> ShrewSoft VPN Client -> VPN Access Manager 1. 单击工具栏中的 **Add (+)** 按钮。 1. 在 **Host Name or IP Address** 字段中输入`你的 VPN 服务器 IP`。 diff --git a/docs/clients-xauth.md b/docs/clients-xauth.md index 98539fe..4198b78 100644 --- a/docs/clients-xauth.md +++ b/docs/clients-xauth.md @@ -19,7 +19,8 @@ IPsec/XAuth mode is also called "Cisco IPsec". This mode is generally faster tha **Note:** You may also connect using [IPsec/L2TP mode](clients.md). No additional software is required. -1. Download and install the free Shrew Soft VPN client. +1. Download and install the free Shrew Soft VPN client. + **Note:** This VPN client does NOT support Windows 10. 1. Click Start Menu -> All Programs -> ShrewSoft VPN Client -> VPN Access Manager 1. Click the **Add (+)** button on toolbar. 1. Enter `Your VPN Server IP` in the **Host Name or IP Address** field. diff --git a/docs/manage-users-zh.md b/docs/manage-users-zh.md index 57aa64f..dc879c4 100644 --- a/docs/manage-users-zh.md +++ b/docs/manage-users-zh.md @@ -35,9 +35,4 @@ openssl passwd -1 "" ``` -在完成修改之后,运行以下命令或者重启服务器。 - -```bash -service ipsec restart -service xl2tpd restart -``` +在完成修改之后,重启你的服务器。 diff --git a/docs/manage-users.md b/docs/manage-users.md index 3a2e2e6..5884094 100644 --- a/docs/manage-users.md +++ b/docs/manage-users.md @@ -35,9 +35,4 @@ Passwords in this file are salted and hashed. This step can be done using e.g. t openssl passwd -1 "" ``` -When finished making changes, run these commands or reboot your server. - -```bash -service ipsec restart -service xl2tpd restart -``` +When finished making changes, reboot your server.