Guest User

client.ovpn

a guest
Oct 18th, 2014
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. dev tun
  2. client
  3. proto udp
  4. remote a.b.c.d 443
  5. resolv-retry infinite
  6. nobind
  7. persist-key
  8. persist-tun
  9. ca ca.crt
  10. cert client1.crt
  11. key client1.key
  12. ns-cert-type server
  13. cipher DES-EDE3-CBC # Triple-DES
  14. comp-lzo
  15. verb 3
  16. pull
Advertisement
Add Comment
Please, Sign In to add comment