mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:14:57 +02:00
27 lines
358 B
Plaintext
27 lines
358 B
Plaintext
client
|
|
nobind
|
|
dev tun
|
|
remote-cert-tls server
|
|
remote 127.0.0.1 1194 tcp
|
|
route 1.2.3.4 255.255.255.255 net_gateway
|
|
route 192.168.0.0 255.255.0.0 net_gateway
|
|
|
|
<key>
|
|
-----PRIVATE KEY-----
|
|
</key>
|
|
|
|
<cert>
|
|
-----CERTIFICATE-----
|
|
</cert>
|
|
|
|
<ca>
|
|
-----CERTIFICATE-----
|
|
</ca>
|
|
|
|
<tls-auth>
|
|
-----OpenVPN Static key V1-----
|
|
</tls-auth>
|
|
|
|
key-direction 1
|
|
redirect-gateway def1
|