CalcProgrammer1

OpenVPN Android Config

Nov 30th, 2013
798
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. client
  2. dev tap
  3. proto tcp
  4.  
  5. #change yourhost.com to your domain, host redirect, or WAN IP address of server
  6. remote yourhost.com 1194
  7.  
  8. #comment redirect-gateway out if you don't want Internet traffic redirected
  9. #uncomment it to redirect all Internet traffic through the VPN
  10. redirect-gateway
  11.  
  12. resolv-retry infinite
  13. nobind
  14. persist-key
  15. persist-tun
  16. ca ca.crt
  17. cert client.crt
  18. key client.key
Advertisement
Add Comment
Please, Sign In to add comment