Compare commits
No commits in common. "85c47b25cb61e55ba4454329396fea68f7f688dd" and "cd9fddaa0d2a6ab36c21f6fbbe3e00b19cfcd5b6" have entirely different histories.
85c47b25cb
...
cd9fddaa0d
25
README-zh.md
25
README-zh.md
@ -39,7 +39,7 @@ wget https://get.vpnsetup.net -qO vpn.sh && sudo sh vpn.sh
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
或者,你也可以使用以下命令。
|
||||
或者,你也可以使用这些命令。
|
||||
</summary>
|
||||
|
||||
你也可以使用 `curl` 下载:
|
||||
@ -48,7 +48,11 @@ wget https://get.vpnsetup.net -qO vpn.sh && sudo sh vpn.sh
|
||||
curl -fsSL https://get.vpnsetup.net -o vpn.sh && sudo sh vpn.sh
|
||||
```
|
||||
|
||||
如果无法下载,点[这里](https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/vpnsetup.sh)查看脚本。按快捷键 `Ctrl/Cmd+A` 全选,`Ctrl/Cmd+C` 复制,然后粘贴到你喜欢的编辑器。
|
||||
或者,你也可以使用这个链接:
|
||||
|
||||
```bash
|
||||
curl -fsSL https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/vpnsetup.sh -o vpn.sh && sudo sh vpn.sh
|
||||
```
|
||||
</details>
|
||||
<details>
|
||||
<summary>
|
||||
@ -166,7 +170,7 @@ sudo VPN_PROTECT_CONFIG=yes sh vpn.sh
|
||||
</details>
|
||||
<details>
|
||||
<summary>
|
||||
如果无法使用 wget 下载,请点这里。
|
||||
如果无法通过 wget 下载,点这里查看解决方案。
|
||||
</summary>
|
||||
|
||||
你也可以使用 `curl` 下载。例如:
|
||||
@ -176,7 +180,14 @@ curl -fL https://get.vpnsetup.net -o vpn.sh
|
||||
sudo sh vpn.sh
|
||||
```
|
||||
|
||||
如果无法下载,点[这里](https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/vpnsetup.sh)查看脚本。按快捷键 `Ctrl/Cmd+A` 全选,`Ctrl/Cmd+C` 复制,然后粘贴到你喜欢的编辑器。
|
||||
或者,你也可以使用这个链接:
|
||||
|
||||
```bash
|
||||
curl -fL https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/vpnsetup.sh -o vpn.sh
|
||||
sudo sh vpn.sh
|
||||
```
|
||||
|
||||
或者,打开 [vpnsetup.sh](vpnsetup.sh) 并点击右方的 `Raw` 按钮。按快捷键 `Ctrl/Cmd+A` 全选,`Ctrl/Cmd+C` 复制,然后粘贴到你喜欢的编辑器。
|
||||
</details>
|
||||
|
||||
## 下一步
|
||||
@ -222,13 +233,9 @@ wget https://get.vpnsetup.net/upg -qO vpnup.sh && sudo sh vpnup.sh
|
||||
或者,你也可以使用以下命令。
|
||||
</summary>
|
||||
|
||||
你也可以使用 `curl` 下载:
|
||||
|
||||
```bash
|
||||
curl -fsSL https://get.vpnsetup.net/upg -o vpnup.sh && sudo sh vpnup.sh
|
||||
wget https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/extras/vpnupgrade.sh -qO vpnup.sh && sudo sh vpnup.sh
|
||||
```
|
||||
|
||||
如果无法下载,点[这里](https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/vpnupgrade.sh)查看脚本。按快捷键 `Ctrl/Cmd+A` 全选,`Ctrl/Cmd+C` 复制,然后粘贴到你喜欢的编辑器。
|
||||
</details>
|
||||
|
||||
当前支持的 Libreswan 最新版本是 `4.6`。查看已安装版本:`ipsec --version`。
|
||||
|
23
README.md
23
README.md
@ -39,7 +39,7 @@ Your VPN login details will be randomly generated, and displayed when finished.
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
Alternative one-liner.
|
||||
Alternative one-liners.
|
||||
</summary>
|
||||
|
||||
You may also use `curl` to download:
|
||||
@ -48,7 +48,11 @@ You may also use `curl` to download:
|
||||
curl -fsSL https://get.vpnsetup.net -o vpn.sh && sudo sh vpn.sh
|
||||
```
|
||||
|
||||
If you are unable to download, click [here](https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/vpnsetup.sh) to view the script. Press `Ctrl/Cmd+A` to select all, `Ctrl/Cmd+C` to copy, then paste into your favorite editor.
|
||||
Alternative setup URL:
|
||||
|
||||
```bash
|
||||
curl -fsSL https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/vpnsetup.sh -o vpn.sh && sudo sh vpn.sh
|
||||
```
|
||||
</details>
|
||||
<details>
|
||||
<summary>
|
||||
@ -176,7 +180,14 @@ curl -fL https://get.vpnsetup.net -o vpn.sh
|
||||
sudo sh vpn.sh
|
||||
```
|
||||
|
||||
If you are unable to download, click [here](https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/vpnsetup.sh) to view the script. Press `Ctrl/Cmd+A` to select all, `Ctrl/Cmd+C` to copy, then paste into your favorite editor.
|
||||
Alternative setup URL:
|
||||
|
||||
```bash
|
||||
curl -fL https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/vpnsetup.sh -o vpn.sh
|
||||
sudo sh vpn.sh
|
||||
```
|
||||
|
||||
Alternatively, open [vpnsetup.sh](vpnsetup.sh) and click the `Raw` button on the right. Press `Ctrl/Cmd+A` to select all, `Ctrl/Cmd+C` to copy, then paste into your favorite editor.
|
||||
</details>
|
||||
|
||||
## Next steps
|
||||
@ -222,13 +233,9 @@ wget https://get.vpnsetup.net/upg -qO vpnup.sh && sudo sh vpnup.sh
|
||||
Alternative one-liner.
|
||||
</summary>
|
||||
|
||||
You may also use `curl` to download:
|
||||
|
||||
```bash
|
||||
curl -fsSL https://get.vpnsetup.net/upg -o vpnup.sh && sudo sh vpnup.sh
|
||||
wget https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/extras/vpnupgrade.sh -qO vpnup.sh && sudo sh vpnup.sh
|
||||
```
|
||||
|
||||
If you are unable to download, click [here](https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/vpnupgrade.sh) to view the script. Press `Ctrl/Cmd+A` to select all, `Ctrl/Cmd+C` to copy, then paste into your favorite editor.
|
||||
</details>
|
||||
|
||||
The latest supported Libreswan version is `4.6`. Check installed version: `ipsec --version`.
|
||||
|
@ -51,10 +51,15 @@ sudo bash ikev2onlymode.sh
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
如果无法下载,请点这里。
|
||||
或者,你也可以使用以下命令。
|
||||
</summary>
|
||||
|
||||
如果无法下载,点[这里](https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/ikev2onlymode.sh)查看脚本。按快捷键 `Ctrl/Cmd+A` 全选,`Ctrl/Cmd+C` 复制,然后粘贴到你喜欢的编辑器。
|
||||
```bash
|
||||
# 下载脚本
|
||||
wget -nv -O ikev2onlymode.sh https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/extras/ikev2onlymode.sh
|
||||
# 运行脚本并按提示操作
|
||||
sudo bash ikev2onlymode.sh
|
||||
```
|
||||
</details>
|
||||
|
||||
要禁用仅限 IKEv2 模式,再次运行辅助脚本并选择适当的选项。
|
||||
|
@ -51,10 +51,15 @@ sudo bash ikev2onlymode.sh
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
Click here if you are unable to download.
|
||||
Alternative script URL.
|
||||
</summary>
|
||||
|
||||
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.
|
||||
```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
|
||||
```
|
||||
</details>
|
||||
|
||||
To disable IKEv2-only mode, run the helper script again and select the appropriate option.
|
||||
|
@ -61,9 +61,18 @@ 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
|
||||
```
|
||||
|
||||
然后按照上面的说明运行脚本。
|
||||
<details>
|
||||
<summary>
|
||||
或者,你也可以使用以下命令。
|
||||
</summary>
|
||||
|
||||
如果无法下载,点[这里](https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/ikev2setup.sh)查看脚本。按快捷键 `Ctrl/Cmd+A` 全选,`Ctrl/Cmd+C` 复制,然后粘贴到你喜欢的编辑器。
|
||||
```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
|
||||
```
|
||||
</details>
|
||||
|
||||
然后按照上面的说明运行脚本。
|
||||
</details>
|
||||
<details>
|
||||
<summary>
|
||||
@ -567,10 +576,7 @@ sudo ikev2.sh --exportclient [client name]
|
||||
sudo ikev2.sh --deleteclient [client name]
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
或者,你也可以手动删除一个客户端证书。
|
||||
</summary>
|
||||
或者,你也可以手动删除一个客户端证书:
|
||||
|
||||
1. 列出 IPsec 证书数据库中的证书:
|
||||
|
||||
@ -598,7 +604,6 @@ sudo ikev2.sh --deleteclient [client name]
|
||||
|
||||
1. (可选步骤)删除之前为该客户端生成的配置文件(`.p12`, `.mobileconfig` 和 `.sswan` 文件),如果存在。
|
||||
</details>
|
||||
</details>
|
||||
|
||||
### 吊销客户端证书
|
||||
|
||||
@ -779,10 +784,15 @@ sudo bash ikev2changeaddr.sh
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
如果无法下载,请点这里。
|
||||
或者,你也可以使用以下命令。
|
||||
</summary>
|
||||
|
||||
如果无法下载,点[这里](https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/ikev2changeaddr.sh)查看脚本。按快捷键 `Ctrl/Cmd+A` 全选,`Ctrl/Cmd+C` 复制,然后粘贴到你喜欢的编辑器。
|
||||
```bash
|
||||
# 下载脚本
|
||||
wget -nv -O ikev2changeaddr.sh https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/extras/ikev2changeaddr.sh
|
||||
# 运行脚本并按照提示操作
|
||||
sudo bash ikev2changeaddr.sh
|
||||
```
|
||||
</details>
|
||||
|
||||
**重要:** 运行此脚本后,你必须手动更新任何现有 IKEv2 客户端设备上的服务器地址以及 Remote ID(如果适用)。对于 iOS 客户端,你需要使用 IKEv2 [辅助脚本](#使用辅助脚本配置-ikev2) 导出然后重新导入客户端配置。
|
||||
@ -798,10 +808,13 @@ chmod +x /opt/src/ikev2.sh && ln -s /opt/src/ikev2.sh /usr/bin 2>/dev/null
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
如果无法下载,请点这里。
|
||||
或者,你也可以使用以下命令。
|
||||
</summary>
|
||||
|
||||
如果无法下载,点[这里](https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/ikev2setup.sh)查看脚本。按快捷键 `Ctrl/Cmd+A` 全选,`Ctrl/Cmd+C` 复制,然后粘贴到你喜欢的编辑器。
|
||||
```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
|
||||
```
|
||||
</details>
|
||||
|
||||
## 手动配置 IKEv2
|
||||
|
@ -61,9 +61,18 @@ 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
|
||||
```
|
||||
|
||||
Then run the script using the instructions above.
|
||||
<details>
|
||||
<summary>
|
||||
Alternative script URL.
|
||||
</summary>
|
||||
|
||||
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.
|
||||
```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
|
||||
```
|
||||
</details>
|
||||
|
||||
Then run the script using the instructions above.
|
||||
</details>
|
||||
<details>
|
||||
<summary>
|
||||
@ -569,10 +578,7 @@ To delete a client certificate:
|
||||
sudo ikev2.sh --deleteclient [client name]
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
Alternatively, you can manually delete a client certificate.
|
||||
</summary>
|
||||
Alternatively, you can manually delete a client certificate:
|
||||
|
||||
1. List certificates in the IPsec database:
|
||||
|
||||
@ -600,7 +606,6 @@ 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.
|
||||
</details>
|
||||
</details>
|
||||
|
||||
### Revoke a client certificate
|
||||
|
||||
@ -781,10 +786,15 @@ sudo bash ikev2changeaddr.sh
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
Click here if you are unable to download.
|
||||
Alternative script URL.
|
||||
</summary>
|
||||
|
||||
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.
|
||||
```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
|
||||
```
|
||||
</details>
|
||||
|
||||
**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).
|
||||
@ -800,10 +810,13 @@ chmod +x /opt/src/ikev2.sh && ln -s /opt/src/ikev2.sh /usr/bin 2>/dev/null
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
Click here if you are unable to download.
|
||||
Alternative script URL.
|
||||
</summary>
|
||||
|
||||
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.
|
||||
```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
|
||||
```
|
||||
</details>
|
||||
|
||||
## Manually set up IKEv2
|
||||
|
@ -39,9 +39,18 @@ 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
|
||||
```
|
||||
|
||||
然后按照说明运行脚本。
|
||||
<details>
|
||||
<summary>
|
||||
或者,你也可以使用以下命令。
|
||||
</summary>
|
||||
|
||||
如果无法下载,点[这里](https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/add_vpn_user.sh)查看脚本。按快捷键 `Ctrl/Cmd+A` 全选,`Ctrl/Cmd+C` 复制,然后粘贴到你喜欢的编辑器。
|
||||
```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
|
||||
```
|
||||
</details>
|
||||
|
||||
然后按照说明运行脚本。
|
||||
</details>
|
||||
|
||||
另外,你也可以在添加参数的情况下运行脚本:
|
||||
@ -76,9 +85,18 @@ 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
|
||||
```
|
||||
|
||||
然后按照说明运行脚本。
|
||||
<details>
|
||||
<summary>
|
||||
或者,你也可以使用以下命令。
|
||||
</summary>
|
||||
|
||||
如果无法下载,点[这里](https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/del_vpn_user.sh)查看脚本。按快捷键 `Ctrl/Cmd+A` 全选,`Ctrl/Cmd+C` 复制,然后粘贴到你喜欢的编辑器。
|
||||
```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
|
||||
```
|
||||
</details>
|
||||
|
||||
然后按照说明运行脚本。
|
||||
</details>
|
||||
|
||||
另外,你也可以在添加参数的情况下运行脚本:
|
||||
@ -101,10 +119,12 @@ wget -nv -O updatevpnusers.sh https://get.vpnsetup.net/updateusers
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
如果无法下载,请点这里。
|
||||
或者,你也可以使用以下命令。
|
||||
</summary>
|
||||
|
||||
如果无法下载,点[这里](https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/update_vpn_users.sh)查看脚本。按快捷键 `Ctrl/Cmd+A` 全选,`Ctrl/Cmd+C` 复制,然后粘贴到你喜欢的编辑器。
|
||||
```bash
|
||||
wget -nv -O updatevpnusers.sh https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/extras/update_vpn_users.sh
|
||||
```
|
||||
</details>
|
||||
|
||||
要使用这个脚本,从以下选项中选择一个:
|
||||
|
@ -39,9 +39,18 @@ 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
|
||||
```
|
||||
|
||||
Then run the script using the instructions.
|
||||
<details>
|
||||
<summary>
|
||||
Alternative script URL.
|
||||
</summary>
|
||||
|
||||
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.
|
||||
```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
|
||||
```
|
||||
</details>
|
||||
|
||||
Then run the script using the instructions.
|
||||
</details>
|
||||
|
||||
Alternatively, you can run the script with arguments:
|
||||
@ -76,9 +85,18 @@ 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
|
||||
```
|
||||
|
||||
Then run the script using the instructions.
|
||||
<details>
|
||||
<summary>
|
||||
Alternative script URL.
|
||||
</summary>
|
||||
|
||||
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.
|
||||
```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
|
||||
```
|
||||
</details>
|
||||
|
||||
Then run the script using the instructions.
|
||||
</details>
|
||||
|
||||
Alternatively, you can run the script with arguments:
|
||||
@ -101,10 +119,12 @@ wget -nv -O updatevpnusers.sh https://get.vpnsetup.net/updateusers
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
Click here if you are unable to download.
|
||||
Alternative script URL.
|
||||
</summary>
|
||||
|
||||
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.
|
||||
```bash
|
||||
wget -nv -O updatevpnusers.sh https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/extras/update_vpn_users.sh
|
||||
```
|
||||
</details>
|
||||
|
||||
To use this script, choose one of the following options:
|
||||
|
@ -16,10 +16,13 @@ sudo bash vpnunst.sh
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
如果无法下载,请点这里。
|
||||
或者,你也可以使用以下命令。
|
||||
</summary>
|
||||
|
||||
如果无法下载,点[这里](https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/vpnuninstall.sh)查看脚本。按快捷键 `Ctrl/Cmd+A` 全选,`Ctrl/Cmd+C` 复制,然后粘贴到你喜欢的编辑器。
|
||||
```bash
|
||||
wget -nv -O vpnunst.sh https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/extras/vpnuninstall.sh
|
||||
sudo bash vpnunst.sh
|
||||
```
|
||||
</details>
|
||||
|
||||
在完成后重启你的服务器。
|
||||
|
@ -16,10 +16,13 @@ sudo bash vpnunst.sh
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
Click here if you are unable to download.
|
||||
Alternative script URL.
|
||||
</summary>
|
||||
|
||||
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.
|
||||
```bash
|
||||
wget -nv -O vpnunst.sh https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/extras/vpnuninstall.sh
|
||||
sudo bash vpnunst.sh
|
||||
```
|
||||
</details>
|
||||
|
||||
When finished, reboot your server.
|
||||
|
Loading…
Reference in New Issue
Block a user