25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

23 satır
424 B

  1. client
  2. proto udp4
  3. # Deliberatelly same IP as tun0 on a host system, to easily connect from QEMU
  4. remote 172.16.0.1 1194
  5. # remote vpn.testlab.com 1194
  6. dev tun
  7. resolv-retry infinite
  8. nobind
  9. dh none
  10. remote-cert-tls server
  11. cipher AES-256-GCM
  12. persist-key
  13. persist-tun
  14. verb 3
  15. # Certificates
  16. ca certs/ca.cert
  17. cert certs/client.cert
  18. key vpn.testlab.com
  19. # Load 'optee' engine, to perform private key operation in the TEE
  20. engine optee