Last active
December 20, 2015 19:09
-
-
Save PaulGuo/6181364 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
config openvpn linode | |
option client 1 | |
option script_security 2 | |
option max_routes 2500 | |
option dev tun | |
option proto udp | |
option remote 106.187.35.38 1194 | |
option resolv_retry infinite | |
option ca /mnt/usb/etc/openvpn/ca.crt | |
option cert /mnt/usb/etc/openvpn/server.crt | |
option key /mnt/usb/etc/openvpn/server.key | |
option comp_lzo 1 | |
option persist_key 1 | |
option persist_tun 1 | |
option nobind 1 | |
option float 1 | |
option remote_cert_tls server | |
option shaper 5242880 | |
option ping 10 | |
option ping_restart 60 | |
option verb 6 | |
option status /mnt/usb/var/log/openvpn/openvpn-status.log | |
option log /mnt/usb/var/log/openvpn/openvpn.log | |
list route '101.0.0.0 255.255.252.0 net_gateway 5' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment