Last active
October 27, 2015 02:48
-
-
Save guyhughes/4712aa19abcbd457f6da to your computer and use it in GitHub Desktop.
OpenVPN udp tap - working ;)
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
| 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