1
0
mirror of synced 2024-11-22 04:56:03 +03:00

Update docs

This commit is contained in:
hwdsl2 2021-09-11 23:15:32 -05:00
parent ca411d90cd
commit e142a1a854
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
**重要:** 此脚本将从你的服务器中删除 IPsec VPN。所有的 VPN 配置将被 **永久删除**,并且 Libreswan 和 xl2tpd 将被移除。此操作 **不可撤销**
```bash
wget https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/vpnuninstall.sh -O vpnunst.sh
wget https://git.io/vpnuninstall -O vpnunst.sh
sudo bash vpnunst.sh
```

View File

@ -7,7 +7,7 @@
**Important:** This script will remove IPsec VPN from your server. All VPN configuration will be **permanently deleted**, and Libreswan and xl2tpd will be removed. This **cannot** be undone!
```bash
wget https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/vpnuninstall.sh -O vpnunst.sh
wget https://git.io/vpnuninstall -O vpnunst.sh
sudo bash vpnunst.sh
```