Created
June 22, 2014 12:25
-
-
Save hydra35/30f8729babb3955cadc7 to your computer and use it in GitHub Desktop.
DD-WRT OpenVPN Client Configuration
This file contains 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
#/tmp/openvpncl/openvpn.conf | |
ca /tmp/openvpncl/ca.crt | |
cert /tmp/openvpncl/client.crt | |
key /tmp/openvpncl/client.key | |
management 127.0.0.1 5001 | |
management-log-cache 50 | |
verb 4 | |
mute 5 | |
log-append /var/log/openvpncl | |
writepid /var/log/openvpncl.pid | |
client | |
resolv-retry infinite | |
nobind | |
persist-key | |
persist-tun | |
script-security 2 | |
mtu-disc yes | |
dev tap1 | |
proto udp | |
cipher bf-cbc | |
auth sha1 | |
remote $IP 1194 | |
tls-client | |
tun-mtu 1500 | |
fast-io |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment