Skip to content

lilac-milena/Openvpn-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Centos Openvpn quick deploy script

It has been tested in Centos7, Centos8 systems and can run normally

⚠ This script cannot be used for Ubuntu due to the discrepancy between the installation process of Ubuntu system and Centos system

✨ Install & Uninstall

🔮Install

CentOS

wget -N https://raw.githubusercontent.com/fuingzu/Openvpn-deployment/main/install-centos.sh && bash install-centos.sh

If the server cannot access Github raw, you can manually copy the script to the server




❌Uninstall

Centos

yum -y remove epel-release && yum -y remove openvpn easy-rsa && rm -rf /etc/openvpn

❕ All services related to Openvpn cannot be used after uninstallation, please operate with caution




🌠Deployment video




🌌Other

Openvpn official website: https://openvpn.net/

About

OpenVpn快速部署脚本 (Centos) Centos Openvpn quick deploy script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages