VPN
vpn.sh
- Description: IPsec VPN Easy Setup Tool
- Support OS: Debian 9+ / Ubuntu 14+
Installation:
WGET
wget -N --no-cache --no-check-certificate https://carry0987.github.io/Linux-Note/data/Proxy/VPN/vpn.sh && chmod +x vpn.sh && bash vpn.sh
CURL
curl -H 'Cache-Control: no-cache' -O https://carry0987.github.io/Linux-Note/data/Proxy/VPN/vpn.sh && chmod +x vpn.sh && bash vpn.sh