1.服务器搭建:
操作系统 ubuntu 22.04:
安装OpenVPN服务器前先更新系统
2.下载OpenVPN安装脚本:
wget https://raw.githubusercontent.com/angristan/openvpn-install/master/openvpn-install.sh
3.给脚本运行权限:
chmod +x openvpn-install.sh
4.运行脚本进行OpenVPN服务器安装
sudo ./openvpn-install.sh
配置及编译完成