Update docs

- Update links due to git.io deprecation.
  Ref: https://github.blog/changelog/2022-04-25-git-io-deprecation/
This commit is contained in:
hwdsl2
2022-04-28 08:26:59 -05:00
parent cc709766e9
commit c15d2759c4
6 changed files with 20 additions and 20 deletions

View File

@@ -10,7 +10,7 @@
**Warning:** This [helper script](../extras/vpnuninstall.sh) 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://git.io/vpnuninstall -nv -O vpnunst.sh
wget -nv -O vpnunst.sh https://bit.ly/vpnuninstall
sudo bash vpnunst.sh
```