Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #replace paths to keys and scripts to your paths
- client
- dev tun
- proto udp
- remote 162.247.73.193 443
- nobind
- persist-key
- persist-tun
- verb 3
- cipher AES-128-CBC
- tls-client
- remote-cert-tls server
- #user nobody
- #group nobody
- tls-cipher DHE-RSA-AES128-SHA
- auth SHA1
- ca ~/.config/leap/providers/calyx.net/cacert.pem
- cert ~/.config/leap/providers/calyx.net/openvpn.pem
- key ~/.config/leap/providers/calyx.net/openvpn.pem
- #remap-usr1 SIGTERM
- #daemon
- script-security 2
- up '~/openvpn/scripts/ovpn-routes up'
- down '~/openvpn/scripts/ovpn-routes down'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement