Giganews ovpn files were not working as expected. I have replaced these with the latest available from Giganews, removed spaces from the filenames and added the auth-nocache option
19 lines
415 B
Plaintext
19 lines
415 B
Plaintext
client
|
|
dev tun
|
|
proto udp
|
|
remote us2.vpn.giganews.com 443
|
|
resolv-retry infinite
|
|
nobind
|
|
persist-key
|
|
persist-tun
|
|
persist-remote-ip
|
|
verify-x509-name us2.vpn.giganews.com name
|
|
auth-user-pass /config/openvpn-credentials.txt
|
|
auth-nocache
|
|
comp-lzo
|
|
verb 3
|
|
auth SHA256
|
|
cipher AES-256-CBC
|
|
tls-cipher TLS-ECDHE-RSA-WITH-AES-256-GCM-SHA384:TLS-DHE-RSA-WITH-AES-256-CBC-SHA256:TLS-DHE-RSA-WITH-AES-256-CBC-SHA
|
|
|