-
-
Save aw1n/e3f451eb30f7b7b4a02e671b61c4cade to your computer and use it in GitHub Desktop.
Azilink with openvpn on ubuntu
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
#run it using openvpn –script-security 2 –config azilink.ovpn | |
dev tun | |
remote 127.0.0.1 41927 tcp-client | |
ifconfig 192.168.56.2 192.168.56.1 | |
route 0.0.0.0 128.0.0.0 | |
route 128.0.0.0 128.0.0.0 | |
socket-flags TCP_NODELAY | |
keepalive 10 30 | |
dhcp-option DOMAIN lan | |
dhcp-option DNS 192.168.56.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment