VPN搭建
小于 1 分钟
VPN搭建
OpenVPN
- ubuntu 低版本
wget https://git.io/vpn -O openvpn-install.sh
chmod 777 ./openvpn-install.sh
sudo ./openvpn-install.sh
- ubuntu 高版本
wget -O openvpn-install.sh https://get.vpnsetup.net/ovpn
chmod 777 ./openvpn-install.sh
sudo ./openvpn-install.sh