Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 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.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 8.8.8.8"
  17. push "dhcp-option DNS 8.8.4.4"
  18. keepalive 10 120
  19. cipher AES-256-CBC
  20. comp-lzo
  21. user nobody
  22. group nogroup
  23. persist-key
  24. persist-tun
  25. status openvpn-status.log
  26. verb 3
  27. crl-verify crl.pem
  28. client-to-client
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement