12345678910111213141516171819202122 |
- # Client
- client
- dev tun
- proto tcp-client
- remote 178.170.113.82 %%VPNPORT%%
- resolv-retry infinite
- cipher AES-256-CBC
-
- # Cles
- ca ca-%%VPNNAME%%.crt
- cert %%client%%-%%VPNNAME%%.crt
- key %%client%%-%%VPNNAME%%.key
- tls-auth ta-%%VPNNAME%%.key 1
- key-direction 1
-
- # Securite
- nobind
- persist-key
- persist-tun
- comp-lzo
- verb 3
|