config.ovpn 584 B

123456789101112131415161718192021222324252627282930
  1. # Pia config.
  2. # Remember to add
  3. # * your login credetials after import of this config.
  4. # * content of <ca.crt> in Certificate Auth.
  5. # * content of <crl.pem> in Certificate Revocation List
  6. daemon
  7. client
  8. proto udp
  9. remote PIA-ROUTE.privateinternetaccess.com 1197 #alter to e.g "no" for Norway
  10. resolv-retry 30
  11. nobind
  12. persist-key
  13. persist-tun
  14. comp-lzo adaptive
  15. cipher AES-256-CBC
  16. auth RSA-SHA256
  17. script-security 2
  18. route-delay 2
  19. verb 1
  20. reneg-sec 0
  21. status-version 2
  22. status status 10
  23. # Custom Configuration
  24. remote-cert-tls server
  25. tls-client
  26. persist-key
  27. persist-tun
  28. disable-occ
  29. route-nopull