You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
404 B
32 lines
404 B
11 years ago
|
client
|
||
|
dev tun
|
||
|
proto tcp-client
|
||
|
remote xxx.xxx.xxx.xxx 443
|
||
|
resolv-retry infinite
|
||
|
cipher AES-256-CBC
|
||
|
redirect-gateway
|
||
|
|
||
10 years ago
|
# Keys
|
||
|
# Identity
|
||
11 years ago
|
ca ca.crt
|
||
|
tls-auth ta.key 1
|
||
|
key-direction 1
|
||
9 years ago
|
remote-cert-tls server
|
||
11 years ago
|
auth-user-pass
|
||
|
auth-nocache
|
||
|
|
||
10 years ago
|
# Security
|
||
11 years ago
|
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
|