Created
May 31, 2019 08:12
-
-
Save KozhevnikovM/5e908cdd10701cfd30df0f7e8025155e 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
# the sample open vpn client config, for using with android openvpn client | |
client | |
dev tun | |
proto udp | |
remote SERVER_ADDRESS PORT | |
tun-mtu 1400 | |
cipher AES-256-CBC | |
auth-nocache | |
resolv-retry infinite | |
nobind | |
persist-key | |
persist-tun | |
verb 1 | |
keepalive 10 900 | |
inactive 3600 | |
#comp-lzo | |
push "redirect-gateway def1" | |
push "route VPN_SERVER_INTERNAL_IP NET_MASK" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment