Guest User

client config

a guest
Jul 18th, 2021
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. client
  2. proto udp
  3. explicit-exit-notify
  4. remote x.x.x.x 1194
  5. dev tun
  6. resolv-retry infinite
  7. nobind
  8. persist-key
  9. persist-tun
  10. remote-cert-tls server
  11. verify-x509-name server_xxx name
  12. auth SHA256
  13. auth-nocache
  14. cipher AES-128-GCM
  15. tls-client
  16. tls-version-min 1.2
  17. tls-cipher TLS-ECDHE-ECDSA-WITH-AES-128-GCM-SHA256
  18. # Used to force routing all DNS requests through VPN connection.
  19. #ignore-unknown-option block-outside-dns
  20. #setenv opt block-outside-dns # Prevent Windows 10 DNS leak
  21. verb 3
Advertisement
Add Comment
Please, Sign In to add comment