diff --git a/docs/uninstall-zh.md b/docs/uninstall-zh.md index 5eb4b6b..e7c2700 100644 --- a/docs/uninstall-zh.md +++ b/docs/uninstall-zh.md @@ -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 ``` diff --git a/docs/uninstall.md b/docs/uninstall.md index 9de3c20..f0c6c37 100644 --- a/docs/uninstall.md +++ b/docs/uninstall.md @@ -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 ```