OpenVPN 搭建

购买一台国外的云服务器,操作系统是Debian,以下是步骤

wget https://raw.githubusercontent.com/Nyr/openvpn-install/master/openvpn-install.sh 
或
wget https://git.io/vpn -O openvpn-install.sh

输入命令
bash openvpn-install.sh

输入域名或者直接回车
选择2(TCP)
设置一个端口(建议不要使用默认端口)
选择1
再设置名称
回车
再回车

设置开机启动
systemctl enable openvpn@server

到https://openvpn.net/client/下载客户端


把生成的客户端配置文件下载到电脑上,登陆的适合加载进去就可以。

参考
https://zhuanlan.zhihu.com/p/687455937
https://blog.csdn.net/weixin_56025741/article/details/143369320