Skip to content

Instantly share code, notes, and snippets.

@maximevalette
Created March 14, 2011 09:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maximevalette/868926 to your computer and use it in GitHub Desktop.
Save maximevalette/868926 to your computer and use it in GitHub Desktop.
OpenVPN basic client.conf
# EDIT:
# IP PORT
# ca.crt
# client.crt
# client.key
client
dev tap
proto tcp
remote IP PORT
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert client.crt
key client.key
comp-lzo
verb 3
pull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment