VPN 搭建

DeeLMind2024年12月23日小于 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
上次编辑于: 2026/3/11 05:49:26
贡献者: DeeLMind,DeeLMind
课程与服务