Skip to content

Instantly share code, notes, and snippets.

@mcprat
Last active April 18, 2021 02:09
Show Gist options
  • Save mcprat/010ff52ed9e783293b78721b171d6b9c to your computer and use it in GitHub Desktop.
Save mcprat/010ff52ed9e783293b78721b171d6b9c to your computer and use it in GitHub Desktop.
openvpn client base tls-auth
client
dev tun
proto udp
remote xxx.xxx.xxx.xxx xxxx
remote-cert-tls server
key-direction 1
auth SHA1
auth-nocache
auth-user-pass
data-ciphers AES-128-CBC
nobind
persist-key
persist-tun
keepalive 10 120
reneg-sec 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment