Guest User

Untitled

a guest
Sep 6th, 2018
2,450
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1.  
  2. config openvpn 'Windscribe_VPN'
  3. option nobind '1'
  4. option client '1'
  5. option comp_lzo 'yes'
  6. option reneg_sec '0'
  7. option dev 'tun'
  8. option persist_tun '1'
  9. option persist_key '1'
  10. option dev_type 'tun'
  11. option proto 'udp'
  12. option ca '/etc/openvpn/ca.crt'
  13. option auth_user_pass '/etc/openvpn/userpass.txt'
  14. option enabled '1'
  15. option log '/var/log/openvpn.log'
  16. option port '53'
  17. option verb '3'
  18. option auth 'SHA512'
  19. option cipher 'AES-256-CBC'
  20. option remote_cert_tls 'server'
  21. option tls_auth '/etc/openvpn/ta.key'
  22. option mute_replay_warnings '1'
  23. option tls_client '1'
  24. option tls_version_min '1.2'
  25. option key_direction '1'
  26. list remote 'wf-us.windscribe.com '
Advertisement
Add Comment
Please, Sign In to add comment