Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- config openvpn 'Windscribe_VPN'
- option nobind '1'
- option client '1'
- option comp_lzo 'yes'
- option reneg_sec '0'
- option dev 'tun'
- option persist_tun '1'
- option persist_key '1'
- option dev_type 'tun'
- option proto 'udp'
- option ca '/etc/openvpn/ca.crt'
- option auth_user_pass '/etc/openvpn/userpass.txt'
- option enabled '1'
- option log '/var/log/openvpn.log'
- option port '53'
- option verb '3'
- option auth 'SHA512'
- option cipher 'AES-256-CBC'
- option remote_cert_tls 'server'
- option tls_auth '/etc/openvpn/ta.key'
- option mute_replay_warnings '1'
- option tls_client '1'
- option tls_version_min '1.2'
- option key_direction '1'
- list remote 'wf-us.windscribe.com '
Advertisement
Add Comment
Please, Sign In to add comment