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 290B

12345678910111213141516171819202122
  1. # Client
  2. client
  3. dev tun
  4. proto tcp-client
  5. remote ${hostname} ${port}
  6. resolv-retry infinite
  7. cipher AES-256-CBC
  8. # Keys
  9. ca ca-${name}.crt
  10. cert ${client}-${name}.crt
  11. key ${client}-${name}.key
  12. tls-auth ta-${name}.key 1
  13. key-direction 1
  14. # Security
  15. nobind
  16. persist-key
  17. persist-tun
  18. comp-lzo
  19. verb 3