After a bit of googling I'm pretty sure this config should be working:
Code: Select all
auth-user-pass
<connection>
remote snip.snip.org 443 udp
nobind
</connection>
<connection>
remote snip.snip.org 80 udp
nobind
</connection>
<connection>
remote snip.snip.org 443 tcp
nobind
</connection>
client
dev tun
fast-io
persist-key
persist-tun
pull
comp-lzo
tls-client
key-method 2
tls-remote lt
ns-cert-type server
ca [inline]
tls-auth [inline] 1
<ca>
-----BEGIN CERTIFICATE-----
snip
-----END CERTIFICATE-----
</ca>
<tls-auth>
-----BEGIN OpenVPN Static key V1-----
snip
-----END OpenVPN Static key V1-----
</tls-auth>
verb 3
mute 10
Thanks in advance