Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- client
- dev tun
- proto udp
- remote 5.79.86.180 443
- nobind
- persist-key
- persist-tun
- verb 3
- cipher AES-128-CBC
- tls-client
- remote-cert-tls server
- #user nobody
- #group nobody
- #remap-usr1 SIGTERM
- tls-cipher DHE-RSA-AES128-SHA
- auth SHA1
- ca /path/to/cert/cacert.pem
- cert /path/to/cert/openvpn.pem
- key /path/to/sert/openvpn.pem
- #daemon
- script-security 2
- up '/path/to/user/script/script.sh up'
- down '/path/to/user/script/script.sh down'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement