From 1f62f28f29514ff5c0d33a611e434aa1a2a09be5 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Fri, 8 Jul 2022 18:22:49 -0500 Subject: [PATCH] Update docs --- README-zh.md | 4 ++-- README.md | 4 ++-- docs/clients-xauth-zh.md | 10 +++++----- docs/clients-xauth.md | 10 +++++----- docs/clients-zh.md | 10 +++++----- docs/clients.md | 10 +++++----- 6 files changed, 24 insertions(+), 24 deletions(-) diff --git a/README-zh.md b/README-zh.md index 6a3dca5..6aa830f 100644 --- a/README-zh.md +++ b/README-zh.md @@ -128,10 +128,10 @@ sh vpn.sh
-高级用户可以选择自定义 IKEv2 选项。 +可选:在安装 VPN 时自定义 IKEv2 选项。 -高级用户可以指定一个域名作为 IKEv2 服务器地址。这是可选的。该域名必须是一个全称域名(FQDN)。示例如下: +在安装 VPN 时,你可以指定一个域名作为 IKEv2 服务器地址。这是可选的。该域名必须是一个全称域名(FQDN)。示例如下: ```bash sudo VPN_DNS_NAME='vpn.example.com' sh vpn.sh diff --git a/README.md b/README.md index ea30db3..7a2790f 100644 --- a/README.md +++ b/README.md @@ -128,10 +128,10 @@ After setup, you may optionally install [WireGuard](https://github.com/hwdsl2/wi
-Advanced users can optionally customize IKEv2 options. +Optional: Customize IKEv2 options during VPN setup. -Advanced users can optionally specify a DNS name for the IKEv2 server address. The DNS name must be a fully qualified domain name (FQDN). Example: +When installing the VPN, you can optionally specify a DNS name for the IKEv2 server address. The DNS name must be a fully qualified domain name (FQDN). Example: ```bash sudo VPN_DNS_NAME='vpn.example.com' sh vpn.sh diff --git a/docs/clients-xauth-zh.md b/docs/clients-xauth-zh.md index 300e53a..e4841af 100644 --- a/docs/clients-xauth-zh.md +++ b/docs/clients-xauth-zh.md @@ -22,7 +22,7 @@ IPsec/XAuth 模式也称为 "Cisco IPsec"。该模式通常能够比 IPsec/L2TP ## Windows -> :information_source: 你也可以使用 [IKEv2](ikev2-howto-zh.md)(推荐)或者 [IPsec/L2TP](clients-zh.md) 模式连接。无需安装额外的软件。 +> 你也可以使用 [IKEv2](ikev2-howto-zh.md)(推荐)或者 [IPsec/L2TP](clients-zh.md) 模式连接。无需安装额外的软件。 1. 下载并安装免费的 [Shrew Soft VPN 客户端](https://www.shrew.net/download/vpn)。在安装时请选择 **Standard Edition**。 **注:** 该 VPN 客户端 **不支持** Windows 10/11。 @@ -46,7 +46,7 @@ VPN 连接成功后,你会在 VPN Connect 状态窗口中看到 **tunnel enabl ## OS X -> :information_source: 你也可以使用 [IKEv2](ikev2-howto-zh.md)(推荐)或者 [IPsec/L2TP](clients-zh.md) 模式连接。 +> 你也可以使用 [IKEv2](ikev2-howto-zh.md)(推荐)或者 [IPsec/L2TP](clients-zh.md) 模式连接。 1. 打开系统偏好设置并转到网络部分。 1. 在窗口左下角单击 **+** 按钮。 @@ -70,7 +70,7 @@ VPN 连接成功后,你会在 VPN Connect 状态窗口中看到 **tunnel enabl ## Android -> :information_source: 你也可以使用 [IKEv2](ikev2-howto-zh.md)(推荐)或者 [IPsec/L2TP](clients-zh.md) 模式连接。Android 12 仅支持 [IKEv2](ikev2-howto-zh.md) 模式。 +> 你也可以使用 [IKEv2](ikev2-howto-zh.md)(推荐)或者 [IPsec/L2TP](clients-zh.md) 模式连接。Android 12 仅支持 [IKEv2](ikev2-howto-zh.md) 模式。 1. 启动 **设置** 应用程序。 1. 单击 **网络和互联网**。或者,如果你使用 Android 7 或更早版本,在 **无线和网络** 部分单击 **更多...**。 @@ -94,7 +94,7 @@ VPN 连接成功后,会在通知栏显示图标。最后你可以到 [这里]( ## iOS -> :information_source: 你也可以使用 [IKEv2](ikev2-howto-zh.md)(推荐)或者 [IPsec/L2TP](clients-zh.md) 模式连接。 +> 你也可以使用 [IKEv2](ikev2-howto-zh.md)(推荐)或者 [IPsec/L2TP](clients-zh.md) 模式连接。 1. 进入设置 -> 通用 -> VPN。 1. 单击 **添加VPN配置...**。 @@ -114,7 +114,7 @@ VPN 连接成功后,会在通知栏显示图标。最后你可以到 [这里]( ## Linux -> :information_source: 你也可以使用 [IKEv2](ikev2-howto-zh.md) 模式连接(推荐)。 +> 你也可以使用 [IKEv2](ikev2-howto-zh.md) 模式连接(推荐)。 ### Fedora 和 CentOS diff --git a/docs/clients-xauth.md b/docs/clients-xauth.md index 7946dde..bb5286f 100644 --- a/docs/clients-xauth.md +++ b/docs/clients-xauth.md @@ -22,7 +22,7 @@ IPsec/XAuth mode is also called "Cisco IPsec". This mode is generally **faster t ## Windows -> :information_source: You may also connect using [IKEv2](ikev2-howto.md) (recommended) or [IPsec/L2TP](clients.md) mode. No additional software is required. +> You may also connect using [IKEv2](ikev2-howto.md) (recommended) or [IPsec/L2TP](clients.md) mode. No additional software is required. 1. Download and install the free [Shrew Soft VPN client](https://www.shrew.net/download/vpn). When prompted during install, select **Standard Edition**. **Note:** This VPN client does NOT support Windows 10/11. @@ -46,7 +46,7 @@ If you get an error when trying to connect, see [Troubleshooting](clients.md#tro ## OS X -> :information_source: You may also connect using [IKEv2](ikev2-howto.md) (recommended) or [IPsec/L2TP](clients.md) mode. +> You may also connect using [IKEv2](ikev2-howto.md) (recommended) or [IPsec/L2TP](clients.md) mode. 1. Open System Preferences and go to the Network section. 1. Click the **+** button in the lower-left corner of the window. @@ -70,7 +70,7 @@ If you get an error when trying to connect, see [Troubleshooting](clients.md#tro ## Android -> :information_source: You may also connect using [IKEv2](ikev2-howto.md) (recommended) or [IPsec/L2TP](clients.md) mode. Android 12 only supports [IKEv2](ikev2-howto.md) mode. +> You may also connect using [IKEv2](ikev2-howto.md) (recommended) or [IPsec/L2TP](clients.md) mode. Android 12 only supports [IKEv2](ikev2-howto.md) mode. 1. Launch the **Settings** application. 1. Tap "Network & internet". Or, if using Android 7 or earlier, tap **More...** in the **Wireless & networks** section. @@ -94,7 +94,7 @@ If you get an error when trying to connect, see [Troubleshooting](clients.md#tro ## iOS -> :information_source: You may also connect using [IKEv2](ikev2-howto.md) (recommended) or [IPsec/L2TP](clients.md) mode. +> You may also connect using [IKEv2](ikev2-howto.md) (recommended) or [IPsec/L2TP](clients.md) mode. 1. Go to Settings -> General -> VPN. 1. Tap **Add VPN Configuration...**. @@ -114,7 +114,7 @@ If you get an error when trying to connect, see [Troubleshooting](clients.md#tro ## Linux -> :information_source: You may also connect using [IKEv2](ikev2-howto.md) mode (recommended). +> You may also connect using [IKEv2](ikev2-howto.md) mode (recommended). ### Fedora and CentOS diff --git a/docs/clients-zh.md b/docs/clients-zh.md index 553e003..9fbb5a8 100644 --- a/docs/clients-zh.md +++ b/docs/clients-zh.md @@ -22,7 +22,7 @@ ## Windows -> :information_source: 你也可以使用 [IKEv2](ikev2-howto-zh.md) 模式连接(推荐)。 +> 你也可以使用 [IKEv2](ikev2-howto-zh.md) 模式连接(推荐)。 ### Windows 11 @@ -115,7 +115,7 @@ Add-VpnConnection -Name 'My IPsec VPN' -ServerAddress '你的 VPN 服务器 IP' ## OS X -> :information_source: 你也可以使用 [IKEv2](ikev2-howto-zh.md)(推荐)或者 [IPsec/XAuth](clients-xauth-zh.md) 模式连接。 +> 你也可以使用 [IKEv2](ikev2-howto-zh.md)(推荐)或者 [IPsec/XAuth](clients-xauth-zh.md) 模式连接。 1. 打开系统偏好设置并转到网络部分。 1. 在窗口左下角单击 **+** 按钮。 @@ -141,7 +141,7 @@ Add-VpnConnection -Name 'My IPsec VPN' -ServerAddress '你的 VPN 服务器 IP' ## Android -> :information_source: 你也可以使用 [IKEv2](ikev2-howto-zh.md)(推荐)或者 [IPsec/XAuth](clients-xauth-zh.md) 模式连接。Android 12 仅支持 [IKEv2](ikev2-howto-zh.md) 模式。 +> 你也可以使用 [IKEv2](ikev2-howto-zh.md)(推荐)或者 [IPsec/XAuth](clients-xauth-zh.md) 模式连接。Android 12 仅支持 [IKEv2](ikev2-howto-zh.md) 模式。 1. 启动 **设置** 应用程序。 1. 单击 **网络和互联网**。或者,如果你使用 Android 7 或更早版本,在 **无线和网络** 部分单击 **更多...**。 @@ -166,7 +166,7 @@ VPN 连接成功后,会在通知栏显示图标。最后你可以到 [这里]( ## iOS -> :information_source: 你也可以使用 [IKEv2](ikev2-howto-zh.md)(推荐)或者 [IPsec/XAuth](clients-xauth-zh.md) 模式连接。 +> 你也可以使用 [IKEv2](ikev2-howto-zh.md)(推荐)或者 [IPsec/XAuth](clients-xauth-zh.md) 模式连接。 1. 进入设置 -> 通用 -> VPN。 1. 单击 **添加VPN配置...**。 @@ -205,7 +205,7 @@ VPN 连接成功后,网络状态图标上会出现 VPN 指示。最后你可 ## Linux -> :information_source: 你也可以使用 [IKEv2](ikev2-howto-zh.md) 模式连接(推荐)。 +> 你也可以使用 [IKEv2](ikev2-howto-zh.md) 模式连接(推荐)。 ### Ubuntu Linux diff --git a/docs/clients.md b/docs/clients.md index 56acbca..c00e34e 100644 --- a/docs/clients.md +++ b/docs/clients.md @@ -22,7 +22,7 @@ After [setting up your own VPN server](https://github.com/hwdsl2/setup-ipsec-vpn ## Windows -> :information_source: You may also connect using [IKEv2](ikev2-howto.md) mode (recommended). +> You may also connect using [IKEv2](ikev2-howto.md) mode (recommended). ### Windows 11 @@ -115,7 +115,7 @@ If you get an error when trying to connect, see [Troubleshooting](#troubleshooti ## OS X -> :information_source: You may also connect using [IKEv2](ikev2-howto.md) (recommended) or [IPsec/XAuth](clients-xauth.md) mode. +> You may also connect using [IKEv2](ikev2-howto.md) (recommended) or [IPsec/XAuth](clients-xauth.md) mode. 1. Open System Preferences and go to the Network section. 1. Click the **+** button in the lower-left corner of the window. @@ -140,7 +140,7 @@ If you get an error when trying to connect, see [Troubleshooting](#troubleshooti ## Android -> :information_source: You may also connect using [IKEv2](ikev2-howto.md) (recommended) or [IPsec/XAuth](clients-xauth.md) mode. Android 12 only supports [IKEv2](ikev2-howto.md) mode. +> You may also connect using [IKEv2](ikev2-howto.md) (recommended) or [IPsec/XAuth](clients-xauth.md) mode. Android 12 only supports [IKEv2](ikev2-howto.md) mode. 1. Launch the **Settings** application. 1. Tap "Network & internet". Or, if using Android 7 or earlier, tap **More...** in the **Wireless & networks** section. @@ -165,7 +165,7 @@ If you get an error when trying to connect, see [Troubleshooting](#troubleshooti ## iOS -> :information_source: You may also connect using [IKEv2](ikev2-howto.md) (recommended) or [IPsec/XAuth](clients-xauth.md) mode. +> You may also connect using [IKEv2](ikev2-howto.md) (recommended) or [IPsec/XAuth](clients-xauth.md) mode. 1. Go to Settings -> General -> VPN. 1. Tap **Add VPN Configuration...**. @@ -204,7 +204,7 @@ If you get an error when trying to connect, see [Troubleshooting](#troubleshooti ## Linux -> :information_source: You may also connect using [IKEv2](ikev2-howto.md) mode (recommended). +> You may also connect using [IKEv2](ikev2-howto.md) mode (recommended). ### Ubuntu Linux