Advertisement
Guest User

server

a guest
Dec 26th, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. port 1194
  2. proto udp
  3. dev tun
  4. sndbuf 0
  5. rcvbuf 0
  6. ca ca.crt
  7. cert server.crt
  8. key server.key
  9. dh dh.pem
  10. auth SHA512
  11. tls-auth ta.key 0
  12. topology subnet
  13. server 10.10.10.0 255.255.255.0
  14. ifconfig-pool-persist ipp.txt
  15. push "redirect-gateway def1 bypass-dhcp"
  16. push "dhcp-option DNS 192.168.0.25"
  17. keepalive 10 120
  18. cipher AES-256-CBC
  19. comp-lzo
  20. user nobody
  21. group nogroup
  22. persist-key
  23. persist-tun
  24. status openvpn-status.log
  25. verb 5
  26. crl-verify crl.pem
  27. log /var/log/openvpn.log
  28. client-config-dir ccd
  29. push "route 172.16.1.0 255.255.255.0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement