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.

Singapore.ovpn 428B

123456789101112131415161718192021
  1. client
  2. dev tun0
  3. proto udp
  4. comp-lzo
  5. nobind
  6. ns-cert-type server
  7. persist-key
  8. persist-tun
  9. reneg-sec 0
  10. dhcp-option DNS 8.8.8.8
  11. dhcp-option DNS 8.8.4.4
  12. redirect-gateway
  13. verb 1
  14. auth-user-pass /config/openvpn-credentials.txt
  15. ca /etc/openvpn/tunnelbear/CACertificate.crt
  16. cert /etc/openvpn/tunnelbear/UserCertificate.crt
  17. key /etc/openvpn/tunnelbear/PrivateKey.key
  18. remote sg.lazerpenguin.com 443
  19. cipher AES-256-CBC
  20. auth SHA256
  21. keysize 256