Advertisement
Guest User

server.conf

a guest
Dec 6th, 2021
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. port 1194
  2. proto udp
  3. dev tun
  4. ca ca.crt
  5. cert server.crt
  6. dh none
  7. server 10.8.0.0 255.255.255.0
  8. ifconfig-pool-persist /var/log/openvpn/ipp.txt
  9. push "route 10.1.1.0 255.255.255.0"
  10. push "redirect-gateway def1 bypass-dhcp"
  11. push "dhcp-option DNS 8.8.8.8"
  12. push "dhcp-option DNS 8.4.4.8"
  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. verb 3
  23. explicit-exit-notify 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement