Guest User

Untitled

a guest
May 20th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. client:
  2. client
  3. dev tun
  4. proto tcp
  5. remote 209.141.61.54 443
  6. resolv-retry infinite
  7. nobind
  8. persist-key
  9. persist-tun
  10. http-proxy 160.0.234.20 8080
  11. ca ca.crt
  12. cert aliffashman2.crt
  13. key aliffashman2.key
  14. ns-cert-type server
  15. #dhcp-option DNS 30.8.0.1
  16. comp-lzo
  17. verb 3
  18. mute-replay-warnings
  19.  
  20. server:
  21. port 443
  22. proto tcp
  23. dev tun
  24. ca ca.crt
  25. tls-server
  26. cert server.crt
  27. key server.key # This file should be kept secret
  28. dh dh1024.pem
  29. server 30.8.0.0 255.255.255.0
  30. ifconfig-pool-persist ipp.txt
  31. push "redirect-gateway def1 bypass-dhcp"
  32. #push "dhcp-option DNS 30.8.0.1"
  33. keepalive 10 120
  34. comp-lzo
  35. persist-key
  36. persist-tun
  37. status openvpn-status.log
  38. verb 3
  39. duplicate-cn
  40. client-to-client
Add Comment
Please, Sign In to add comment