One-Click Installation#
wget https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh
Prevent Disconnection#
vi /etc/openvpn/server/server.conf
Add the following line at the end: reneg-sec 0
After adding each connection, you need to add reneg-sec 0
in the .ovpn configuration file in the root directory.