Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. port 1194
  2. proto udp6
  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 62.179.1.63"
  13. push "dhcp-option DNS 62.179.1.62"
  14. push "redirect-gateway def1 bypass-dhcp"
  15. server-ipv6 fd42:42:42:42::/112
  16. tun-ipv6
  17. push tun-ipv6
  18. push "route-ipv6 2000::/3"
  19. push "redirect-gateway ipv6"
  20. dh none
  21. ecdh-curve prime256v1
  22. tls-crypt tls-crypt.key 0
  23. crl-verify crl.pem
  24. ca ca.crt
  25. cert server_M6ruVBqIj01MjMnI.crt
  26. key server_M6ruVBqIj01MjMnI.key
  27. auth SHA256
  28. cipher AES-128-GCM
  29. ncp-ciphers AES-128-GCM
  30. tls-server
  31. tls-version-min 1.2
  32. tls-cipher TLS-ECDHE-ECDSA-WITH-AES-128-GCM-SHA256
  33. status /var/log/openvpn/status.log
  34. verb 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement