Skip to content

Instantly share code, notes, and snippets.

@KozhevnikovM
Created May 31, 2019 08:12
Show Gist options
  • Save KozhevnikovM/5e908cdd10701cfd30df0f7e8025155e to your computer and use it in GitHub Desktop.
Save KozhevnikovM/5e908cdd10701cfd30df0f7e8025155e to your computer and use it in GitHub Desktop.
# 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