1.安装 #安装openvpn apt update && apt install openvpn 2.写入账号和密码到文件 #(user)改为VPN账号,(password)改为VPN密码 echo (user) >> /etc/openvpn/up.txt