* 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
25 lines
305 B
Plaintext
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
|