Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1.  
  2. Roel@RoelVPS:/etc/openvpn$ cat server.conf
  3. # Networking setup
  4. local 91.206.143.80
  5. mode server
  6. port 443
  7. proto tcp-server
  8. dev tun793-29
  9. persist-key
  10. persist-tun
  11. ifconfig-noexec
  12. ;comp-lzo
  13. tls-server
  14. push "redirect-gateway def1"
  15. client-config-dir ccd
  16. duplicate-cn
  17. # Certificates
  18. dh dh1024.pem
  19. ca ca.crt
  20. cert server.crt
  21. key server.key
  22.  
  23. # Management
  24. persist-key
  25. keepalive 10 60
  26. #log
  27. log openvpn.log
  28. verb 2
  29. tls-auth ta.key 0
  30. cipher BF-CBC
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement