Skip to content

Instantly share code, notes, and snippets.

View JohnLieske's full-sized avatar
📝
I may be slow to respond.

John L JohnLieske

📝
I may be slow to respond.
View GitHub Profile
@ericbaranowski
ericbaranowski / config.ovpn
Created July 26, 2017 22:18
OpenVPN command line options nicely formatted for building your custom config file
OpenVPN 2.4.3 x86_64-apple-darwin16.6.0 [SSL (OpenSSL)] [LZO] [LZ4] [PKCS11] [MH/RECVDA] [AEAD] built on Jun 21 2017
# Local host name or ip address.
# Implies --bind.
local <hostname>
# Remote host name or ip address.
remote <hostname> [port]
# If multiple --remote options specified, choose one randomly.