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.

client.conf 315B

12345678910111213141516171819202122
  1. # Client
  2. client
  3. dev tun
  4. proto tcp-client
  5. remote 178.170.113.82 %%VPNPORT%%
  6. resolv-retry infinite
  7. cipher AES-256-CBC
  8. # Cles
  9. ca ca-%%VPNNAME%%.crt
  10. cert %%client%%-%%VPNNAME%%.crt
  11. key %%client%%-%%VPNNAME%%.key
  12. tls-auth ta-%%VPNNAME%%.key 1
  13. key-direction 1
  14. # Securite
  15. nobind
  16. persist-key
  17. persist-tun
  18. comp-lzo
  19. verb 3