Created
September 25, 2015 10:04
-
-
Save sheldonh/56f69858e7d8e7dfcb41 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
client | |
proto tcp | |
dev tun | |
nobind | |
mssfix | |
remote vpn-router1.cpt4.host-h.net 443 | |
resolv-retry infinite | |
script-security 1 | |
route-nopull | |
redirect-gateway def1 | |
user nobody | |
persist-key | |
persist-tun | |
# User-specific stuff follows | |
ca ca.crt | |
cert sheldon.hearn.crt | |
key sheldon.hearn.key | |
auth-user-pass user.pass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment