From d99d18b29aa0c3025b8fce4718ba79f381f32646 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Wed, 2 Mar 2022 22:05:55 -0600 Subject: [PATCH] Update docs --- README-zh.md | 7 ------- README.md | 7 ------- 2 files changed, 14 deletions(-) diff --git a/README-zh.md b/README-zh.md index 61d1e94..fe3dc5c 100644 --- a/README-zh.md +++ b/README-zh.md @@ -131,13 +131,6 @@ VPN_PASSWORD='你的VPN密码' \ sh vpn.sh ``` -
- -高级用户可以自定义 IKEv2 选项。 - - -如果你想要自定义 [IKEv2 模式](docs/ikev2-howto-zh.md) 的选项,首先选择上面的选项之一安装 VPN,但是将 `git.io/vpnstart` 替换为 `git.io/vpnsetup`。这样会安装 VPN 但是不配置 IKEv2。在完成后,运行 `sudo ikev2.sh` 配置 IKEv2。 -
如果无法通过 wget 下载,点这里查看解决方案。 diff --git a/README.md b/README.md index 495c203..df314ac 100644 --- a/README.md +++ b/README.md @@ -131,13 +131,6 @@ VPN_PASSWORD='your_vpn_password' \ sh vpn.sh ``` -
- -Advanced users can customize IKEv2 options. - - -If you want to customize options for [IKEv2 mode](docs/ikev2-howto.md), first install the VPN using one of the options above, but replace `git.io/vpnstart` with `git.io/vpnsetup`. This will install the VPN without IKEv2. After that, run `sudo ikev2.sh` to set up IKEv2. -
Click here if you are unable to download using wget.