mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-12-25 02:21:43 +00:00
added configs for ipvanish
This commit is contained in:
parent
78ea1d2fd4
commit
b94f753a97
28
openvpn/ipvanish/ca.ipvanish.com.crt
Normal file
28
openvpn/ipvanish/ca.ipvanish.com.crt
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIIErTCCA5WgAwIBAgIJAMYKzSS8uPKDMA0GCSqGSIb3DQEBBQUAMIGVMQswCQYD
|
||||||
|
VQQGEwJVUzELMAkGA1UECBMCRkwxFDASBgNVBAcTC1dpbnRlciBQYXJrMREwDwYD
|
||||||
|
VQQKEwhJUFZhbmlzaDEVMBMGA1UECxMMSVBWYW5pc2ggVlBOMRQwEgYDVQQDEwtJ
|
||||||
|
UFZhbmlzaCBDQTEjMCEGCSqGSIb3DQEJARYUc3VwcG9ydEBpcHZhbmlzaC5jb20w
|
||||||
|
HhcNMTIwMTExMTkzMjIwWhcNMTcwMTEwMTkzMjIwWjCBlTELMAkGA1UEBhMCVVMx
|
||||||
|
CzAJBgNVBAgTAkZMMRQwEgYDVQQHEwtXaW50ZXIgUGFyazERMA8GA1UEChMISVBW
|
||||||
|
YW5pc2gxFTATBgNVBAsTDElQVmFuaXNoIFZQTjEUMBIGA1UEAxMLSVBWYW5pc2gg
|
||||||
|
Q0ExIzAhBgkqhkiG9w0BCQEWFHN1cHBvcnRAaXB2YW5pc2guY29tMIIBIjANBgkq
|
||||||
|
hkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt9DBWNr/IKOuY3TmDP5x7vYZR0DGxLbX
|
||||||
|
U8TyAzBbjUtFFMbhxlHiXVQrZHmgzih94x7BgXM7tWpmMKYVb+gNaqMdWE680Qm3
|
||||||
|
nOwmhy/dulXDkEHAwD05i/iTx4ZaUdtV2vsKBxRg1vdC4AEiwD7bqV4HOi13xcG9
|
||||||
|
71aQ55Mj1KeCdA0aNvpat1LWx2jjWxsfI8s2Lv5Fkoi1HO1+vTnnaEsJZrBgAkLX
|
||||||
|
pItqP29Lik3/OBIvkBIxlKrhiVPixE5qNiD+eSPirsmROvsyIonoJtuY4Dw5K6pc
|
||||||
|
NlKyYiwo1IOFYU3YxffwFJk+bSW4WVBhsdf5dGxq/uOHmuz5gdwxCwIDAQABo4H9
|
||||||
|
MIH6MB0GA1UdDgQWBBRL/RQliR3nwXCD1/afERwlThnurjCBygYDVR0jBIHCMIG/
|
||||||
|
gBRL/RQliR3nwXCD1/afERwlThnurqGBm6SBmDCBlTELMAkGA1UEBhMCVVMxCzAJ
|
||||||
|
BgNVBAgTAkZMMRQwEgYDVQQHEwtXaW50ZXIgUGFyazERMA8GA1UEChMISVBWYW5p
|
||||||
|
c2gxFTATBgNVBAsTDElQVmFuaXNoIFZQTjEUMBIGA1UEAxMLSVBWYW5pc2ggQ0Ex
|
||||||
|
IzAhBgkqhkiG9w0BCQEWFHN1cHBvcnRAaXB2YW5pc2guY29tggkAxgrNJLy48oMw
|
||||||
|
DAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQUFAAOCAQEAho5ynpvtXISz3neqGXpL
|
||||||
|
BBlOM35pd1ZSNHLCb2yHQwAjZbfYqfX2MDs9ytH4Cf1OfaVqwe777QyyIC2XR2QK
|
||||||
|
kw4c2hCT8wPzWhmkLx8Q+jnKdOKkdz+L8+Ji9/vjtaFOcYjMDalI6CbjBiuMFWhB
|
||||||
|
IzOaYljmA2UeQCVIz9aW80BC8+sLQ6oeWVnFjx7zqK1gbbc2bNuy3slOMdyoEj2m
|
||||||
|
hkxfiffuHKV+GQoR7tFIr3M7KFFwYgkXeyLh1Pc0rZu7dGe4fUAbR1okB1DgelBd
|
||||||
|
n6rWTZ8XcNzT/YngtH4bXB9DM7pKWpDWc94va4hFrGgaOxjE861TdoDqHaMO9bW+
|
||||||
|
Pg==
|
||||||
|
-----END CERTIFICATE-----
|
18
openvpn/ipvanish/ipvanish-AL-Tirana-tia-c01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AL-Tirana-tia-c01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote tia-c01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote tia-c01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AR-Buenos-Aires-eze-c01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AR-Buenos-Aires-eze-c01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote eze-c01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote eze-c01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AT-Graz-grz-c01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AT-Graz-grz-c01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote grz-c01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote grz-c01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AU-Melbourne-mel-c01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AU-Melbourne-mel-c01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote mel-c01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote mel-c01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AU-Melbourne-mel-c02.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AU-Melbourne-mel-c02.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote mel-c02.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote mel-c02.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote syd-a01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote syd-a01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a02.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a02.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote syd-a02.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote syd-a02.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a03.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a03.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote syd-a03.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote syd-a03.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a04.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a04.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote syd-a04.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote syd-a04.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a05.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a05.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote syd-a05.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote syd-a05.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a06.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a06.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote syd-a06.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote syd-a06.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a07.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a07.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote syd-a07.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote syd-a07.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a08.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a08.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote syd-a08.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote syd-a08.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a09.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a09.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote syd-a09.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote syd-a09.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a10.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a10.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote syd-a10.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote syd-a10.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a11.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a11.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote syd-a11.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote syd-a11.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a12.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a12.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote syd-a12.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote syd-a12.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a13.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a13.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote syd-a13.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote syd-a13.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a14.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a14.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote syd-a14.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote syd-a14.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a15.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a15.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote syd-a15.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote syd-a15.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a16.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a16.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote syd-a16.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote syd-a16.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a17.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a17.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote syd-a17.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote syd-a17.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a18.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a18.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote syd-a18.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote syd-a18.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a19.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a19.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote syd-a19.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote syd-a19.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a20.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a20.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote syd-a20.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote syd-a20.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a21.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a21.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote syd-a21.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote syd-a21.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a22.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a22.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote syd-a22.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote syd-a22.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a23.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a23.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote syd-a23.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote syd-a23.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a24.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a24.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote syd-a24.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote syd-a24.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a25.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-a25.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote syd-a25.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote syd-a25.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-c01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-c01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote syd-c01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote syd-c01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-c02.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-c02.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote syd-c02.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote syd-c02.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-c03.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-c03.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote syd-c03.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote syd-c03.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-c04.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-AU-Sydney-syd-c04.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote syd-c04.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote syd-c04.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-BE-Brussels-bru-b01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-BE-Brussels-bru-b01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote bru-b01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote bru-b01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-BG-Sofia-sof-c01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-BG-Sofia-sof-c01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote sof-c01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote sof-c01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-BR-Sao-Paulo-gru-a01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-BR-Sao-Paulo-gru-a01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote gru-a01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote gru-a01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-BR-Sao-Paulo-gru-a02.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-BR-Sao-Paulo-gru-a02.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote gru-a02.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote gru-a02.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-BR-Sao-Paulo-gru-c01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-BR-Sao-Paulo-gru-c01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote gru-c01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote gru-c01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-BY-Minsk-msq-c01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-BY-Minsk-msq-c01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote msq-c01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote msq-c01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-CA-Montreal-yul-c01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-CA-Montreal-yul-c01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote yul-c01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote yul-c01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-CA-Montreal-yul-c02.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-CA-Montreal-yul-c02.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote yul-c02.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote yul-c02.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-CA-Toronto-tor-c02.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-CA-Toronto-tor-c02.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote tor-c02.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote tor-c02.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-CA-Toronto-tor-c03.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-CA-Toronto-tor-c03.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote tor-c03.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote tor-c03.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-CA-Toronto-tor-c04.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-CA-Toronto-tor-c04.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote tor-c04.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote tor-c04.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-CA-Toronto-yyz-c02.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-CA-Toronto-yyz-c02.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote yyz-c02.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote yyz-c02.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-CA-Toronto-yyz-c03.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-CA-Toronto-yyz-c03.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote yyz-c03.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote yyz-c03.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-CA-Vancouver-yvr-c01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-CA-Vancouver-yvr-c01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote yvr-c01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote yvr-c01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-CA-Vancouver-yvr-c02.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-CA-Vancouver-yvr-c02.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote yvr-c02.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote yvr-c02.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-CH-Zurich-zur-b01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-CH-Zurich-zur-b01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote zur-b01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote zur-b01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-CH-Zurich-zur-c01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-CH-Zurich-zur-c01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote zur-c01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote zur-c01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-CH-Zurich-zur-c02.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-CH-Zurich-zur-c02.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote zur-c02.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote zur-c02.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-CN-Hong-Kong-hkg-c01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-CN-Hong-Kong-hkg-c01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote hkg-c01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote hkg-c01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-CR-San-Jose-sjo-c01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-CR-San-Jose-sjo-c01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote sjo-c01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote sjo-c01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-CY-Larnarca-nic-c01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-CY-Larnarca-nic-c01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote nic-c01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote nic-c01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-CZ-Holesov-gtw-c01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-CZ-Holesov-gtw-c01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote gtw-c01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote gtw-c01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-CZ-Prague-prg-c01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-CZ-Prague-prg-c01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote prg-c01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote prg-c01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-CZ-Prague-prg-c02.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-CZ-Prague-prg-c02.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote prg-c02.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote prg-c02.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-CZ-Prague-prg-c03.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-CZ-Prague-prg-c03.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote prg-c03.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote prg-c03.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-DE-Dresden-drs-c01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-DE-Dresden-drs-c01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote drs-c01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote drs-c01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a03.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a03.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote fra-a03.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote fra-a03.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a04.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a04.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote fra-a04.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote fra-a04.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a05.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a05.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote fra-a05.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote fra-a05.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a06.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a06.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote fra-a06.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote fra-a06.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a07.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a07.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote fra-a07.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote fra-a07.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a08.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a08.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote fra-a08.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote fra-a08.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a09.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a09.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote fra-a09.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote fra-a09.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a10.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a10.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote fra-a10.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote fra-a10.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a11.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a11.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote fra-a11.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote fra-a11.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a12.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a12.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote fra-a12.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote fra-a12.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a13.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a13.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote fra-a13.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote fra-a13.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a14.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a14.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote fra-a14.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote fra-a14.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a15.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a15.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote fra-a15.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote fra-a15.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a16.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a16.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote fra-a16.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote fra-a16.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a17.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a17.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote fra-a17.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote fra-a17.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a19.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a19.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote fra-a19.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote fra-a19.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a21.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a21.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote fra-a21.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote fra-a21.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a23.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a23.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote fra-a23.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote fra-a23.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a25.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-DE-Frankfurt-fra-a25.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote fra-a25.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote fra-a25.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-DK-Copenhagen-cph-b01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-DK-Copenhagen-cph-b01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote cph-b01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote cph-b01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-DK-Copenhagen-cph-c01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-DK-Copenhagen-cph-c01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote cph-c01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote cph-c01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-EE-Tallinn-tll-c01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-EE-Tallinn-tll-c01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote tll-c01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote tll-c01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-EG-Cairo-cai-c01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-EG-Cairo-cai-c01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote cai-c01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote cai-c01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-ES-Madrid-mad-a01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-ES-Madrid-mad-a01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote mad-a01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote mad-a01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-ES-Madrid-mad-a02.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-ES-Madrid-mad-a02.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote mad-a02.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote mad-a02.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-ES-Madrid-mad-c01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-ES-Madrid-mad-c01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote mad-c01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote mad-c01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-FI-Helsinki-hel-c02.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-FI-Helsinki-hel-c02.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote hel-c02.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote hel-c02.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-FR-Paris-ory-c01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-FR-Paris-ory-c01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote ory-c01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote ory-c01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-FR-Paris-par-a01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-FR-Paris-par-a01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote par-a01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote par-a01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-FR-Paris-par-a02.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-FR-Paris-par-a02.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote par-a02.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote par-a02.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-GR-Athens-ath-c01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-GR-Athens-ath-c01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote ath-c01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote ath-c01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-HK-Hong-Kong-hkg-c02.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-HK-Hong-Kong-hkg-c02.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote hkg-c02.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote hkg-c02.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-HK-Hong-Kong-hkg-c03.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-HK-Hong-Kong-hkg-c03.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote hkg-c03.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote hkg-c03.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-HR-Zagreb-zag-c01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-HR-Zagreb-zag-c01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote zag-c01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote zag-c01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-HR-Zagreb-zag-c02.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-HR-Zagreb-zag-c02.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote zag-c02.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote zag-c02.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-HR-Zagreb-zag-c03.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-HR-Zagreb-zag-c03.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote zag-c03.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote zag-c03.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-HU-Budapest-bud-b01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-HU-Budapest-bud-b01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote bud-b01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote bud-b01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-HU-Budapest-bud-c01.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-HU-Budapest-bud-c01.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote bud-c01.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote bud-c01.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
18
openvpn/ipvanish/ipvanish-HU-Budapest-bud-c02.ovpn
Normal file
18
openvpn/ipvanish/ipvanish-HU-Budapest-bud-c02.ovpn
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
client
|
||||||
|
dev tun
|
||||||
|
proto udp
|
||||||
|
remote bud-c02.ipvanish.com 443
|
||||||
|
resolv-retry infinite
|
||||||
|
nobind
|
||||||
|
persist-key
|
||||||
|
persist-tun
|
||||||
|
persist-remote-ip
|
||||||
|
ca ca.ipvanish.com.crt
|
||||||
|
tls-remote bud-c02.ipvanish.com
|
||||||
|
auth-user-pass
|
||||||
|
comp-lzo
|
||||||
|
verb 3
|
||||||
|
auth SHA256
|
||||||
|
cipher AES-256-CBC
|
||||||
|
keysize 256
|
||||||
|
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user