1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/openvpn/arm/data/pi.ovpn
2016-07-12 14:46:59 +08:00

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