Advertisement
Guest User

Untitled

a guest
Jan 9th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. # cat /etc/openvpn/server.con*
  2. port 443
  3. proto udp
  4. dev tun
  5. sndbuf 0
  6. rcvbuf 0
  7. ca ca.crt
  8. cert server.crt
  9. key server.key
  10. dh dh.pem
  11. tls-auth ta.key 0
  12. topology subnet
  13. server 10.8.0.0 255.255.255.0
  14. ifconfig-pool-persist ipp.txt
  15. push "redirect-gateway def1 bypass-dhcp"
  16. push "dhcp-option DNS 5.9.49.12"
  17. push "dhcp-option DNS 89.18.27.34"
  18. push "dhcp-option DNS 193.183.98.154"
  19. push "dhcp-option DNS 87.98.175.85"
  20. push "dhcp-option DNS 50.116.23.211"
  21. push "dhcp-option DNS 209.141.53.57"
  22. push "dhcp-option DNS 8.8.8.8"
  23. keepalive 10 120
  24. cipher AES-128-CBC
  25. comp-lzo
  26. user nobody
  27. group nobody
  28. persist-key
  29. persist-tun
  30. status openvpn-status.log
  31. verb 3
  32. crl-verify crl.pem
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement