Created
August 11, 2012 12:17
-
-
Save farhaven/3324167 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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