Created
March 14, 2011 09:21
-
-
Save maximevalette/868926 to your computer and use it in GitHub Desktop.
OpenVPN basic client.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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