Last active
April 18, 2021 02:09
-
-
Save mcprat/010ff52ed9e783293b78721b171d6b9c to your computer and use it in GitHub Desktop.
openvpn client base tls-auth
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 | |
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