From 965cca8fed04a76cc37d714aefd240ff9a7b1f02 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Wed, 4 Jun 2025 23:19:29 -0500 Subject: [PATCH] Update docs --- aws/README-zh.md | 2 +- aws/README.md | 2 +- docs/clients-zh.md | 2 +- docs/clients.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aws/README-zh.md b/aws/README-zh.md index 032bbe6..282a6a8 100644 --- a/aws/README-zh.md +++ b/aws/README-zh.md @@ -12,7 +12,7 @@ > > 比如 `m5a.large` 可能无法在 `ap-east-1` 区域部署(仅为假设)。在此情况下,你会在部署过程中遇到此错误:`The requested configuration is currently not supported. Please check the documentation for supported configurations`。新开放的 AWS 区域更容易出现此问题,因为它们提供的实例类型较少。如需了解更多关于实例可用性的信息,请参见 [https://instances.vantage.sh/](https://instances.vantage.sh/)。 -- VPN 服务器的操作系统(Ubuntu 24.04/**22.04**/20.04, Debian 12/11, Amazon Linux 2) +- VPN 服务器的操作系统(Ubuntu **24.04**/22.04, Debian 12/11, Amazon Linux 2) - 你的 VPN 用户名 - 你的 VPN 密码 - 你的 VPN IPsec PSK(预共享密钥) diff --git a/aws/README.md b/aws/README.md index 10d8f69..36e390e 100644 --- a/aws/README.md +++ b/aws/README.md @@ -12,7 +12,7 @@ Available customization parameters: > > For example, you may not be able to deploy an `m5a.large` instance in `ap-east-1` (hypothetically). In that case, you might experience the following error during deployment: `The requested configuration is currently not supported. Please check the documentation for supported configurations`. Newly released regions are more prone to having this problem as there are less variety of instances. For more info about instance type availability, refer to [https://instances.vantage.sh/](https://instances.vantage.sh/). -- OS for your VPN server (Ubuntu 24.04/**22.04**/20.04, Debian 12/11, Amazon Linux 2) +- OS for your VPN server (Ubuntu **24.04**/22.04, Debian 12/11, Amazon Linux 2) - Your VPN username - Your VPN password - Your VPN IPsec PSK (pre-shared key) diff --git a/docs/clients-zh.md b/docs/clients-zh.md index 23eadb6..0f2a385 100644 --- a/docs/clients-zh.md +++ b/docs/clients-zh.md @@ -377,7 +377,7 @@ touch /var/run/xl2tpd/l2tp-control ```bash service strongswan restart -# 适用于 Ubuntu 20.04,如果 strongswan 服务不存在 +# 适用于 Ubuntu,如果 strongswan 服务不存在 ipsec restart service xl2tpd restart diff --git a/docs/clients.md b/docs/clients.md index 47e30b6..6584080 100644 --- a/docs/clients.md +++ b/docs/clients.md @@ -376,7 +376,7 @@ Restart services: ```bash service strongswan restart -# For Ubuntu 20.04, if strongswan service not found +# For Ubuntu, if strongswan service not found ipsec restart service xl2tpd restart