Advertisement
Guest User

server.conf

a guest
May 18th, 2018
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. port 9700
  2. proto udp
  3. dev tun
  4. user nobody
  5. group nogroup
  6. persist-key
  7. persist-tun
  8. keepalive 10 120
  9. topology subnet
  10. server 10.8.0.0 255.255.255.0
  11. ifconfig-pool-persist ipp.txt
  12. push "dhcp-option DNS 8.8.8.8"
  13. push "dhcp-option DNS 8.8.4.4"
  14. push "redirect-gateway def1 bypass-dhcp"
  15. crl-verify crl.pem
  16. ca ca.crt
  17. cert server_02EYsZxxbv7dmfRQ.crt
  18. key server_02EYsZxxbv7dmfRQ.key
  19. tls-auth tls-auth.key 0
  20. dh dh.pem
  21. auth SHA256
  22. cipher AES-128-CBC
  23. tls-server
  24. tls-version-min 1.2
  25. tls-cipher TLS-DHE-RSA-WITH-AES-128-GCM-SHA256
  26. status openvpn.log
  27. verb 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement