Advertisement
Guest User

openvpnserverconf

a guest
Jan 1st, 2023
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. port 443
  2. proto tcp
  3. dev tun
  4. ca ca.crt
  5. cert xxx.crt
  6. key xxx.key # This file should be kept secret
  7. dh none
  8. server 10.8.0.0 255.255.255.0
  9. topology net30
  10. push "redirect-gateway def1 bypass-dhcp"
  11. push "dhcp-option DNS 208.67.222.222"
  12. push "dhcp-option DNS 208.67.220.220"
  13. keepalive 10 120
  14. tls-crypt ta.key
  15. cipher AES-256-GCM
  16. auth SHA256
  17. user nobody
  18. group nogroup
  19. persist-key
  20. persist-tun
  21. status /var/log/openvpn/openvpn-status.log
  22. log-append /var/log/openvpn/openvpn.log
  23. verb 3
  24. explicit-exit-notify 0
  25.  
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement