Skip to content

Instantly share code, notes, and snippets.

@farhaven
Created August 11, 2012 12:17
Show Gist options
  • Save farhaven/3324167 to your computer and use it in GitHub Desktop.
Save farhaven/3324167 to your computer and use it in GitHub Desktop.
remote openvpn.uni-paderborn.de
client
dev tun0
comp-lzo
verb 3
# proto tcp
# port 443
script-security 2
up /etc/openvpn/up.sh
ifconfig-noexec
redirect-gateway
route-up /etc/openvpn/up.sh
route-noexec
resolv-retry infinite
remote-cert-eku "TLS Web Server Authentication"
pkcs12 /etc/openvpn/upb.p12
askpass /etc/openvpn/upb.pass
mute-replay-warnings
ping 10
nice -20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment