diff --git a/docs/advanced-usage-zh.md b/docs/advanced-usage-zh.md index 39de5a3..c89e62d 100644 --- a/docs/advanced-usage-zh.md +++ b/docs/advanced-usage-zh.md @@ -51,15 +51,10 @@ sudo bash ikev2onlymode.sh
-或者,你也可以使用以下命令。 +如果无法下载,请点这里。 -```bash -# 下载脚本 -wget -nv -O ikev2onlymode.sh https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/extras/ikev2onlymode.sh -# 运行脚本并按提示操作 -sudo bash ikev2onlymode.sh -``` +如果无法下载,点[这里](https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/ikev2onlymode.sh)查看脚本。按快捷键 `Ctrl/Cmd+A` 全选,`Ctrl/Cmd+C` 复制,然后粘贴到你喜欢的编辑器。
要禁用仅限 IKEv2 模式,再次运行辅助脚本并选择适当的选项。 diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index 82f4058..6f70472 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -51,15 +51,10 @@ sudo bash ikev2onlymode.sh
-Alternative script URL. +Click here if you are unable to download. -```bash -# Download the script -wget -nv -O ikev2onlymode.sh https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/extras/ikev2onlymode.sh -# Run the script and follow the prompts -sudo bash ikev2onlymode.sh -``` +If you are unable to download, click [here](https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/ikev2onlymode.sh) to view the script. Press `Ctrl/Cmd+A` to select all, `Ctrl/Cmd+C` to copy, then paste into your favorite editor.
To disable IKEv2-only mode, run the helper script again and select the appropriate option. diff --git a/docs/ikev2-howto-zh.md b/docs/ikev2-howto-zh.md index 1f26d8a..b30f902 100644 --- a/docs/ikev2-howto-zh.md +++ b/docs/ikev2-howto-zh.md @@ -61,18 +61,9 @@ wget https://get.vpnsetup.net/ikev2 -nv -O /opt/src/ikev2.sh chmod +x /opt/src/ikev2.sh && ln -s /opt/src/ikev2.sh /usr/bin ``` -
- -或者,你也可以使用以下命令。 - - -```bash -wget https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/extras/ikev2setup.sh -nv -O /opt/src/ikev2.sh -chmod +x /opt/src/ikev2.sh && ln -s /opt/src/ikev2.sh /usr/bin -``` -
- 然后按照上面的说明运行脚本。 + +如果无法下载,点[这里](https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/ikev2setup.sh)查看脚本。按快捷键 `Ctrl/Cmd+A` 全选,`Ctrl/Cmd+C` 复制,然后粘贴到你喜欢的编辑器。
@@ -576,7 +567,10 @@ sudo ikev2.sh --exportclient [client name] sudo ikev2.sh --deleteclient [client name] ``` -或者,你也可以手动删除一个客户端证书: +
+ +或者,你也可以手动删除一个客户端证书。 + 1. 列出 IPsec 证书数据库中的证书: @@ -604,6 +598,7 @@ sudo ikev2.sh --deleteclient [client name] 1. (可选步骤)删除之前为该客户端生成的配置文件(`.p12`, `.mobileconfig` 和 `.sswan` 文件),如果存在。
+
### 吊销客户端证书 @@ -784,15 +779,10 @@ sudo bash ikev2changeaddr.sh
-或者,你也可以使用以下命令。 +如果无法下载,请点这里。 -```bash -# 下载脚本 -wget -nv -O ikev2changeaddr.sh https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/extras/ikev2changeaddr.sh -# 运行脚本并按照提示操作 -sudo bash ikev2changeaddr.sh -``` +如果无法下载,点[这里](https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/ikev2changeaddr.sh)查看脚本。按快捷键 `Ctrl/Cmd+A` 全选,`Ctrl/Cmd+C` 复制,然后粘贴到你喜欢的编辑器。
**重要:** 运行此脚本后,你必须手动更新任何现有 IKEv2 客户端设备上的服务器地址以及 Remote ID(如果适用)。对于 iOS 客户端,你需要使用 IKEv2 [辅助脚本](#使用辅助脚本配置-ikev2) 导出然后重新导入客户端配置。 @@ -808,13 +798,10 @@ chmod +x /opt/src/ikev2.sh && ln -s /opt/src/ikev2.sh /usr/bin 2>/dev/null
-或者,你也可以使用以下命令。 +如果无法下载,请点这里。 -```bash -wget https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/extras/ikev2setup.sh -nv -O /opt/src/ikev2.sh -chmod +x /opt/src/ikev2.sh && ln -s /opt/src/ikev2.sh /usr/bin 2>/dev/null -``` +如果无法下载,点[这里](https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/ikev2setup.sh)查看脚本。按快捷键 `Ctrl/Cmd+A` 全选,`Ctrl/Cmd+C` 复制,然后粘贴到你喜欢的编辑器。
## 手动配置 IKEv2 diff --git a/docs/ikev2-howto.md b/docs/ikev2-howto.md index 82f67e0..8d907c3 100644 --- a/docs/ikev2-howto.md +++ b/docs/ikev2-howto.md @@ -61,18 +61,9 @@ wget https://get.vpnsetup.net/ikev2 -nv -O /opt/src/ikev2.sh chmod +x /opt/src/ikev2.sh && ln -s /opt/src/ikev2.sh /usr/bin ``` -
- -Alternative script URL. - - -```bash -wget https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/extras/ikev2setup.sh -nv -O /opt/src/ikev2.sh -chmod +x /opt/src/ikev2.sh && ln -s /opt/src/ikev2.sh /usr/bin -``` -
- Then run the script using the instructions above. + +If you are unable to download, click [here](https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/ikev2setup.sh) to view the script. Press `Ctrl/Cmd+A` to select all, `Ctrl/Cmd+C` to copy, then paste into your favorite editor.
@@ -578,7 +569,10 @@ To delete a client certificate: sudo ikev2.sh --deleteclient [client name] ``` -Alternatively, you can manually delete a client certificate: +
+ +Alternatively, you can manually delete a client certificate. + 1. List certificates in the IPsec database: @@ -606,6 +600,7 @@ Alternatively, you can manually delete a client certificate: 1. (Optional) Delete the previously generated client configuration files (`.p12`, `.mobileconfig` and `.sswan` files) for this VPN client, if any.
+
### Revoke a client certificate @@ -786,15 +781,10 @@ sudo bash ikev2changeaddr.sh
-Alternative script URL. +Click here if you are unable to download. -```bash -# Download the script -wget -nv -O ikev2changeaddr.sh https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/extras/ikev2changeaddr.sh -# Run the script and follow the prompts -sudo bash ikev2changeaddr.sh -``` +If you are unable to download, click [here](https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/ikev2changeaddr.sh) to view the script. Press `Ctrl/Cmd+A` to select all, `Ctrl/Cmd+C` to copy, then paste into your favorite editor.
**Important:** After running this script, you must manually update the server address (and remote ID, if applicable) on any existing IKEv2 client devices. For iOS clients, you'll need to export and re-import client configuration using the IKEv2 [helper script](#set-up-ikev2-using-helper-script). @@ -810,13 +800,10 @@ chmod +x /opt/src/ikev2.sh && ln -s /opt/src/ikev2.sh /usr/bin 2>/dev/null
-Alternative script URL. +Click here if you are unable to download. -```bash -wget https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/extras/ikev2setup.sh -nv -O /opt/src/ikev2.sh -chmod +x /opt/src/ikev2.sh && ln -s /opt/src/ikev2.sh /usr/bin 2>/dev/null -``` +If you are unable to download, click [here](https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/ikev2setup.sh) to view the script. Press `Ctrl/Cmd+A` to select all, `Ctrl/Cmd+C` to copy, then paste into your favorite editor.
## Manually set up IKEv2 diff --git a/docs/manage-users-zh.md b/docs/manage-users-zh.md index c1c724c..8f27446 100644 --- a/docs/manage-users-zh.md +++ b/docs/manage-users-zh.md @@ -39,18 +39,9 @@ wget -nv -O /opt/src/addvpnuser.sh https://get.vpnsetup.net/adduser chmod +x /opt/src/addvpnuser.sh && ln -s /opt/src/addvpnuser.sh /usr/bin ``` -
- -或者,你也可以使用以下命令。 - - -```bash -wget -nv -O /opt/src/addvpnuser.sh https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/extras/add_vpn_user.sh -chmod +x /opt/src/addvpnuser.sh && ln -s /opt/src/addvpnuser.sh /usr/bin -``` -
- 然后按照说明运行脚本。 + +如果无法下载,点[这里](https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/add_vpn_user.sh)查看脚本。按快捷键 `Ctrl/Cmd+A` 全选,`Ctrl/Cmd+C` 复制,然后粘贴到你喜欢的编辑器。 另外,你也可以在添加参数的情况下运行脚本: @@ -85,18 +76,9 @@ wget -nv -O /opt/src/delvpnuser.sh https://get.vpnsetup.net/deluser chmod +x /opt/src/delvpnuser.sh && ln -s /opt/src/delvpnuser.sh /usr/bin ``` -
- -或者,你也可以使用以下命令。 - - -```bash -wget -nv -O /opt/src/delvpnuser.sh https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/extras/del_vpn_user.sh -chmod +x /opt/src/delvpnuser.sh && ln -s /opt/src/delvpnuser.sh /usr/bin -``` -
- 然后按照说明运行脚本。 + +如果无法下载,点[这里](https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/del_vpn_user.sh)查看脚本。按快捷键 `Ctrl/Cmd+A` 全选,`Ctrl/Cmd+C` 复制,然后粘贴到你喜欢的编辑器。 另外,你也可以在添加参数的情况下运行脚本: @@ -119,12 +101,10 @@ wget -nv -O updatevpnusers.sh https://get.vpnsetup.net/updateusers
-或者,你也可以使用以下命令。 +如果无法下载,请点这里。 -```bash -wget -nv -O updatevpnusers.sh https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/extras/update_vpn_users.sh -``` +如果无法下载,点[这里](https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/update_vpn_users.sh)查看脚本。按快捷键 `Ctrl/Cmd+A` 全选,`Ctrl/Cmd+C` 复制,然后粘贴到你喜欢的编辑器。
要使用这个脚本,从以下选项中选择一个: diff --git a/docs/manage-users.md b/docs/manage-users.md index df52e5f..3547af1 100644 --- a/docs/manage-users.md +++ b/docs/manage-users.md @@ -39,18 +39,9 @@ wget -nv -O /opt/src/addvpnuser.sh https://get.vpnsetup.net/adduser chmod +x /opt/src/addvpnuser.sh && ln -s /opt/src/addvpnuser.sh /usr/bin ``` -
- -Alternative script URL. - - -```bash -wget -nv -O /opt/src/addvpnuser.sh https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/extras/add_vpn_user.sh -chmod +x /opt/src/addvpnuser.sh && ln -s /opt/src/addvpnuser.sh /usr/bin -``` -
- Then run the script using the instructions. + +If you are unable to download, click [here](https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/add_vpn_user.sh) to view the script. Press `Ctrl/Cmd+A` to select all, `Ctrl/Cmd+C` to copy, then paste into your favorite editor. Alternatively, you can run the script with arguments: @@ -85,18 +76,9 @@ wget -nv -O /opt/src/delvpnuser.sh https://get.vpnsetup.net/deluser chmod +x /opt/src/delvpnuser.sh && ln -s /opt/src/delvpnuser.sh /usr/bin ``` -
- -Alternative script URL. - - -```bash -wget -nv -O /opt/src/delvpnuser.sh https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/extras/del_vpn_user.sh -chmod +x /opt/src/delvpnuser.sh && ln -s /opt/src/delvpnuser.sh /usr/bin -``` -
- Then run the script using the instructions. + +If you are unable to download, click [here](https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/del_vpn_user.sh) to view the script. Press `Ctrl/Cmd+A` to select all, `Ctrl/Cmd+C` to copy, then paste into your favorite editor. Alternatively, you can run the script with arguments: @@ -119,12 +101,10 @@ wget -nv -O updatevpnusers.sh https://get.vpnsetup.net/updateusers
-Alternative script URL. +Click here if you are unable to download. -```bash -wget -nv -O updatevpnusers.sh https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/extras/update_vpn_users.sh -``` +If you are unable to download, click [here](https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/update_vpn_users.sh) to view the script. Press `Ctrl/Cmd+A` to select all, `Ctrl/Cmd+C` to copy, then paste into your favorite editor.
To use this script, choose one of the following options: diff --git a/docs/uninstall-zh.md b/docs/uninstall-zh.md index eb60aa3..9fd5990 100644 --- a/docs/uninstall-zh.md +++ b/docs/uninstall-zh.md @@ -16,13 +16,10 @@ sudo bash vpnunst.sh
-或者,你也可以使用以下命令。 +如果无法下载,请点这里。 -```bash -wget -nv -O vpnunst.sh https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/extras/vpnuninstall.sh -sudo bash vpnunst.sh -``` +如果无法下载,点[这里](https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/vpnuninstall.sh)查看脚本。按快捷键 `Ctrl/Cmd+A` 全选,`Ctrl/Cmd+C` 复制,然后粘贴到你喜欢的编辑器。
在完成后重启你的服务器。 diff --git a/docs/uninstall.md b/docs/uninstall.md index d35f94d..d234a9f 100644 --- a/docs/uninstall.md +++ b/docs/uninstall.md @@ -16,13 +16,10 @@ sudo bash vpnunst.sh
-Alternative script URL. +Click here if you are unable to download. -```bash -wget -nv -O vpnunst.sh https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/extras/vpnuninstall.sh -sudo bash vpnunst.sh -``` +If you are unable to download, click [here](https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/vpnuninstall.sh) to view the script. Press `Ctrl/Cmd+A` to select all, `Ctrl/Cmd+C` to copy, then paste into your favorite editor.
When finished, reboot your server.