AveCefious

Untitled

Sep 8th, 2019
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. local 127.0.0.1
  2. port 1194
  3. proto tcp
  4. dev tun
  5. ca ca.crt
  6. cert openvpn-server.crt
  7. key openvpn-server.key
  8. dh none
  9. tls-auth ta.key 0
  10. tls-cipher TLS-ECDHE-ECDSA-WITH-AES-256-GCM-SHA384:TLS-ECDHE-ECDSA-WITH-CHACHA20-POLY1305-SHA256
  11. cipher AES-256-GCM
  12. server 10.8.8.0 255.255.255.0
  13. push "redirect-gateway def1"
  14. push "route 0.0.0.0 255.255.255.255 net_gateway"
  15. push "dhcp-option DNS 1.1.1.1"
  16. push "dhcp-option DNS 1.0.0.1"
  17. duplicate-cn
  18. keepalive 10 120
  19. user nobody
  20. group nobody
  21. persist-key
  22. persist-tun
  23. status /etc/openvpn/server/openvpn-status.log
  24. log /etc/openvpn/server/openvpn.log
  25. verb 5
Advertisement
Add Comment
Please, Sign In to add comment