OpenVPN-Admin/installation/client-conf/windows/client.ovpn
Vahid 4e33e2224e mergee ca.crt, ta.key into clien.ovpn (#128)
* fixed: easyrsa rm

* added ufw and firewall-cmd commands

* fixed easy-rsa name package name

* Revert "added ufw and firewall-cmd commands"

This reverts commit ddbb0b17d564abeb835d221431d8a9078ff0202e.

* merge ca.crt, ta.key into clien.ovpn closed #72
2019-03-01 09:09:33 +01:00

25 lines
305 B
Plaintext

client
dev tun
proto tcp-client
remote xxx.xxx.xxx.xxx 443
resolv-retry infinite
cipher AES-256-CBC
redirect-gateway
# Keys
# Identity
key-direction 1
remote-cert-tls server
auth-user-pass
auth-nocache
# Security
nobind
persist-key
persist-tun
comp-lzo
verb 3
# Proxy ?
# http-proxy cache.univ.fr 3128