ryantanglao

RESOURCE: OpenVPN client configuration template

Feb 11th, 2017
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. client
  2. dev tun
  3. dev-node "TAP adapter name"
  4. proto udp
  5. remote addr port
  6. ;redirect-gateway def1 bypass-dhcp
  7. resolv-retry infinite
  8. nobind
  9. persist-key
  10. persist-tun
  11. ns-cert-type server
  12. ca [inline]
  13. cert [inline]
  14. key [inline]
  15. tls-auth [inline] 1
  16. comp-lzo
  17. verb 3
  18. <ca>
  19. </ca>
  20. <cert>
  21. </cert>
  22. <key>
  23. </key>
  24. <tls-auth>
  25. </tls-auth>
Advertisement
Add Comment
Please, Sign In to add comment