2014-03-21 21:18:50 +01:00
|
|
|
client
|
|
|
|
dev tun
|
|
|
|
proto tcp-client
|
|
|
|
remote xxx.xxx.xxx.xxx 443
|
|
|
|
resolv-retry infinite
|
|
|
|
cipher AES-256-CBC
|
|
|
|
redirect-gateway
|
|
|
|
|
2015-07-09 14:26:07 +02:00
|
|
|
# Keys
|
|
|
|
# Identity
|
2014-03-21 21:18:50 +01:00
|
|
|
ca ca.crt
|
|
|
|
tls-auth ta.key 1
|
|
|
|
key-direction 1
|
|
|
|
ns-cert-type server
|
|
|
|
auth-user-pass
|
|
|
|
auth-nocache
|
|
|
|
|
2015-07-09 14:26:07 +02:00
|
|
|
# Security
|
2014-03-21 21:18:50 +01:00
|
|
|
nobind
|
|
|
|
persist-key
|
|
|
|
persist-tun
|
|
|
|
comp-lzo
|
|
|
|
verb 3
|
|
|
|
|
|
|
|
# DNS
|
|
|
|
script-security 2
|
|
|
|
up ./update-resolv.sh
|
|
|
|
down ./update-resolv.sh
|
|
|
|
|
|
|
|
# Proxy ?
|
|
|
|
# http-proxy cache.univ.fr 3128
|