Skip to content

Instantly share code, notes, and snippets.

@guyhughes
Last active October 27, 2015 02:48
Show Gist options
  • Save guyhughes/4712aa19abcbd457f6da to your computer and use it in GitHub Desktop.
Save guyhughes/4712aa19abcbd457f6da to your computer and use it in GitHub Desktop.
OpenVPN udp tap - working ;)
client
dev tap
tun-mtu 1500
tun-mtu-extra 32
fragment 1300
mssfix
proto udp
remote 192.168.0.1
remote hate.duckdns.org
float
bind
;persist-key
persist-tun
ca "ca.crt"
cert "santi.crt"
key "santi.key"
remote-cert-tls server
cipher BF-CBC
comp-lzo
verb 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment