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.

USA-LAS-VEGAS.ovpn 461B

1234567891011121314151617181920212223
  1. client
  2. dev tun
  3. proto udp
  4. remote lv.west.usa.torguardvpnaccess.com 1912
  5. resolv-retry infinite
  6. nobind
  7. persist-key
  8. persist-tun
  9. ca /etc/openvpn/torguard/ca.crt
  10. tls-auth /etc/openvpn/torguard/ta.key 1
  11. auth SHA256
  12. cipher AES-128-CBC
  13. remote-cert-tls server
  14. auth-user-pass /config/openvpn-credentials.txt
  15. comp-lzo
  16. verb 1
  17. reneg-sec 0
  18. fast-io
  19. # Uncomment these directives if you have speed issues
  20. ;sndbuf 393216
  21. ;rcvbuf 393216
  22. ;push "sndbuf 393216"
  23. ;push "rcvbuf 393216"