Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2017
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. sndbuf 393216
  2. rcvbuf 393216
  3. port 1194
  4. proto udp
  5. dev tun
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement