Giganews Provider Correction
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
This commit is contained in:
committed by
Andy Greenough
parent
940f36edb7
commit
50222ba375
18
openvpn/giganews/USA-Washington-256.ovpn
Normal file
18
openvpn/giganews/USA-Washington-256.ovpn
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user