Advertisement
Guest User

Server config

a guest
Jul 18th, 2021
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. port 1194
  2. proto udp
  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. # Only route local traffic through VPN
  13. #push "route 192.168.210.0 255.255.255.0"
  14. #push "route 10.0.0.0 255.0.0.0"
  15. dh none
  16. ecdh-curve prime256v1
  17. tls-crypt tls-crypt.key
  18. crl-verify crl.pem
  19. ca ca.crt
  20. cert server_xxx.crt
  21. key server_xxx.key
  22. auth SHA256
  23. cipher AES-128-GCM
  24. ncp-ciphers AES-128-GCM
  25. tls-server
  26. tls-version-min 1.2
  27. tls-cipher TLS-ECDHE-ECDSA-WITH-AES-128-GCM-SHA256
  28. client-config-dir /etc/openvpn/ccd
  29. status /var/log/openvpn/status.log
  30. verb 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement