curl -fsSL get.docker.com -o get-docker.sh sh get-docker.sh
server
https://github.com/kylemanna/docker-openvpn
client
https://askubuntu.com/questions/229800/how-to-auto-start-openvpn-client-on-ubuntu-cli
openvpn client config
1. create a config file from server [uname].ovpn
2. rename and save to $ cat /etc/openvpn/[uname].conf
3. edit /etc/default/openvpn to
AUTOSTART="all"OPTARGS=""
OMIT_SENDSIGS=0
No comments:
Post a Comment