Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

20 wiersze
306 B

  1. port 1194
  2. proto udp4
  3. dev tun
  4. dh none
  5. topology subnet
  6. server 172.16.0.0 255.255.0.0
  7. ifconfig-pool-persist ipp.txt
  8. keepalive 10 120
  9. cipher AES-256-GCM
  10. persist-key
  11. persist-tun
  12. status openvpn-status.log
  13. verb 1
  14. explicit-exit-notify 1
  15. # Certificates
  16. ca certs/ca.cert
  17. cert certs/server.cert
  18. key certs/server.key