Skip to content

Instantly share code, notes, and snippets.

@alexblackie
Created September 3, 2015 15:55
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 alexblackie/18d3a3b09a969c2e535c to your computer and use it in GitHub Desktop.
Save alexblackie/18d3a3b09a969c2e535c to your computer and use it in GitHub Desktop.
% cat .home-vpn/home-udp-1194-alex.ovpn
dev tun
persist-tun
persist-key
cipher AES-128-CBC
auth SHA1
tls-client
client
resolv-retry infinite
remote <IP Address> 1194 udp
lport 0
verify-x509-name "<IP Address>" name
auth-user-pass
pkcs12 home-udp-1194-alex.p12
tls-auth home-udp-1194-alex-tls.key <Passphrase>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment