Created
April 28, 2018 13:37
-
-
Save denisoster/48b2aaad5738ce7309ad8fb8e5461bd5 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 | |
nobind | |
dev tun | |
redirect-gateway def1 | |
<key> | |
-----BEGIN RSA PRIVATE KEY----- | |
приватный ключ | |
-----END RSA PRIVATE KEY----- | |
</key> | |
<cert> | |
-----BEGIN CERTIFICATE----- | |
ключ | |
-----END CERTIFICATE----- | |
</cert> | |
<ca> | |
-----BEGIN CERTIFICATE----- | |
ключ | |
-----END CERTIFICATE----- | |
</ca> | |
<dh> | |
-----BEGIN DH PARAMETERS----- | |
ключ | |
-----END DH PARAMETERS----- | |
</dh> | |
<connection> | |
remote адресс порт udp | |
</connection> | |
<connection> | |
remote адресс порт tcp-client | |
</connection> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment