Advertisement
tolikpunkoff

calyx-net.ovpn

Sep 21st, 2019
920
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. #replace paths to keys and scripts to your paths
  2. client
  3. dev tun
  4. proto udp
  5. remote 162.247.73.193 443
  6. nobind
  7. persist-key
  8. persist-tun
  9. verb 3
  10. cipher AES-128-CBC
  11. tls-client
  12. remote-cert-tls server
  13. #user nobody
  14. #group nobody
  15. tls-cipher DHE-RSA-AES128-SHA
  16. auth SHA1
  17. ca ~/.config/leap/providers/calyx.net/cacert.pem
  18. cert ~/.config/leap/providers/calyx.net/openvpn.pem
  19. key ~/.config/leap/providers/calyx.net/openvpn.pem
  20. #remap-usr1 SIGTERM
  21. #daemon
  22. script-security 2
  23. up '~/openvpn/scripts/ovpn-routes up'
  24. down '~/openvpn/scripts/ovpn-routes down'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement