Get a entry level burstable instance with alicloud with ubuntu 18.04 on it.
- Install ocserv, easy-rsa and firewalld
apt-get update apt install ocserv git firewalld git clone https://github.com/OpenVPN/easy-rsa
1) Create a branch with the tag | |
git branch {tagname}-branch {tagname} | |
git checkout {tagname}-branch | |
2) Include the fix manually if it's just a change .... | |
git add . | |
git ci -m "Fix included" | |
or cherry-pick the commit, whatever is easier | |
git cherry-pick {num_commit} | |
# openvpn | |
# | |
description "OpenVPN - virtual private network daemon(s)" | |
author "Jay" | |
version "1.0.0" | |
start on runlevel [2345] | |
stop on runlevel [!2345] | |
respawn |