* Add .git to .dockerignore so we don't send to docker build context
* Add all purevpn servers list, as of 2016. This includes non-p2p servers but they still work after testing
This commit is contained in:
1
.dockerignore
Normal file
1
.dockerignore
Normal file
@@ -0,0 +1 @@
|
||||
.git
|
19
openvpn/purevpn/Afghanistan-tcp.ovpn
Normal file
19
openvpn/purevpn/Afghanistan-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote vlus-af1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Afghanistan-udp.ovpn
Normal file
20
openvpn/purevpn/Afghanistan-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote vlus-af1--ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Alaska-tcp.ovpn
Normal file
19
openvpn/purevpn/Alaska-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote vlau-us1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Alaska-udp.ovpn
Normal file
20
openvpn/purevpn/Alaska-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote vlau-us1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Albania-tcp.ovpn
Normal file
19
openvpn/purevpn/Albania-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote al1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Albania-udp.ovpn
Normal file
20
openvpn/purevpn/Albania-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote al1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Algeria-tcp.ovpn
Normal file
19
openvpn/purevpn/Algeria-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote vlus-dz1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Algeria-udp.ovpn
Normal file
20
openvpn/purevpn/Algeria-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote vlus-dz1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Angula-tcp.ovpn
Normal file
19
openvpn/purevpn/Angula-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote vlus-ao1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Angula-udp.ovpn
Normal file
20
openvpn/purevpn/Angula-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote vlus-ao1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Argentina-tcp.ovpn
Normal file
19
openvpn/purevpn/Argentina-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote ar1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Argentina-udp.ovpn
Normal file
20
openvpn/purevpn/Argentina-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote ar1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Arizona, Phoenix-tcp.ovpn
Normal file
19
openvpn/purevpn/Arizona, Phoenix-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote usphx-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Arizona, Phoenix-udp.ovpn
Normal file
20
openvpn/purevpn/Arizona, Phoenix-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote usphx-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Armenia-tcp.ovpn
Normal file
19
openvpn/purevpn/Armenia-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote am1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Armenia-upd.ovpn
Normal file
20
openvpn/purevpn/Armenia-upd.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote am1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Aruba-tcp.ovpn
Normal file
19
openvpn/purevpn/Aruba-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote aw1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Aruba-udp.ovpn
Normal file
20
openvpn/purevpn/Aruba-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote aw1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Australia,Melbourne-tcp.ovpn
Normal file
19
openvpn/purevpn/Australia,Melbourne-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote au1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Australia,Melbourne-udp.ovpn
Normal file
20
openvpn/purevpn/Australia,Melbourne-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote au1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Australia,Perth-tcp.ovpn
Normal file
19
openvpn/purevpn/Australia,Perth-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote au-pe1-ovpn-tcp.pointtoserver 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Australia,Perth-udp.ovpn
Normal file
20
openvpn/purevpn/Australia,Perth-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote au-pe1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Australia,Sydney1-tcp.ovpn
Normal file
19
openvpn/purevpn/Australia,Sydney1-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote vlus-au-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Australia,Sydney1-udp.ovpn
Normal file
20
openvpn/purevpn/Australia,Sydney1-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote vlap-ukle1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Australia,Sydney2-tcp.ovpn
Normal file
19
openvpn/purevpn/Australia,Sydney2-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote vlap-ukle1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Australia,Sydney2-udp.ovpn
Normal file
20
openvpn/purevpn/Australia,Sydney2-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote vlus-au-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Australia,Sydney3-tcp.ovpn
Normal file
19
openvpn/purevpn/Australia,Sydney3-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote au-sd1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Australia,Sydney3-udp.ovpn
Normal file
20
openvpn/purevpn/Australia,Sydney3-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote au-sd1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Austria-tcp.ovpn
Normal file
19
openvpn/purevpn/Austria-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote at-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Austria-udp.ovpn
Normal file
20
openvpn/purevpn/Austria-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote at-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Azerbaijan-tcp.ovpn
Normal file
19
openvpn/purevpn/Azerbaijan-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote az1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Azerbaijan-udp.ovpn
Normal file
20
openvpn/purevpn/Azerbaijan-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote az1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Bahamas-tcp.ovpn
Normal file
19
openvpn/purevpn/Bahamas-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote bs1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Bahamas-udp.ovpn
Normal file
20
openvpn/purevpn/Bahamas-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote bs1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Bahrain-tcp.ovpn
Normal file
19
openvpn/purevpn/Bahrain-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote bh1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Bahrain-udp.ovpn
Normal file
20
openvpn/purevpn/Bahrain-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote bh1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Bangladesh-tcp.ovpn
Normal file
19
openvpn/purevpn/Bangladesh-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote vlus-bd1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Bangladesh-udp.ovpn
Normal file
20
openvpn/purevpn/Bangladesh-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote vlus-bd1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Barbados-tcp.ovpn
Normal file
19
openvpn/purevpn/Barbados-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote vleu-bb1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Barbados-udp.ovpn
Normal file
20
openvpn/purevpn/Barbados-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote vleu-bb1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
@@ -1,7 +1,7 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote vleu-be1-ovpn-tcp.pointtoserver.com 80
|
||||
remote be1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
|
@@ -1,7 +1,7 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote vleu-be1-ovpn-udp.pointtoserver.com 53
|
||||
remote be1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
|
19
openvpn/purevpn/Belize-tcp.ovpn
Normal file
19
openvpn/purevpn/Belize-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote bz1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Belize-udp.ovpn
Normal file
20
openvpn/purevpn/Belize-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote bz1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Bermuda-tcp.ovpn
Normal file
19
openvpn/purevpn/Bermuda-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote vleu-bm1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Bermuda-udp.ovpn
Normal file
20
openvpn/purevpn/Bermuda-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote vleu-bm1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Bolivia-tcp.ovpn
Normal file
19
openvpn/purevpn/Bolivia-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote vleu-bo1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Bolivia-udp.ovpn
Normal file
20
openvpn/purevpn/Bolivia-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote vleu-bo1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Bosnia-tcp.ovpn
Normal file
19
openvpn/purevpn/Bosnia-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote ba1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Bosnia-udp.ovpn
Normal file
20
openvpn/purevpn/Bosnia-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote ba1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Brazil-tcp.ovpn
Normal file
19
openvpn/purevpn/Brazil-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote br-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Brazil-udp.ovpn
Normal file
20
openvpn/purevpn/Brazil-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote br-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Brunei-tcp.ovpn
Normal file
19
openvpn/purevpn/Brunei-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote bn1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Brunei-udp.ovpn
Normal file
20
openvpn/purevpn/Brunei-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote bn1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Cambodia-tcp.ovpn
Normal file
19
openvpn/purevpn/Cambodia-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote kh1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Cambodia-udp.ovpn
Normal file
20
openvpn/purevpn/Cambodia-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote kh1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Cape Verde-tcp.ovpn
Normal file
19
openvpn/purevpn/Cape Verde-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote vleu-cv1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Cape Verde-udp.ovpn
Normal file
20
openvpn/purevpn/Cape Verde-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote vleu-cv1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Cayman Islands-tcp.ovpn
Normal file
19
openvpn/purevpn/Cayman Islands-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote vleu-ky1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Cayman Islands-udp.ovpn
Normal file
20
openvpn/purevpn/Cayman Islands-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote vleu-ky1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Chicago-tcp.ovpn
Normal file
19
openvpn/purevpn/Chicago-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote usil1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Chicago-udp.ovpn
Normal file
20
openvpn/purevpn/Chicago-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote usil1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Chile-tcp.ovpn
Normal file
19
openvpn/purevpn/Chile-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote vlbr-cl-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Chile-udp.ovpn
Normal file
20
openvpn/purevpn/Chile-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote vlbr-cl-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/China,GUANGDONG1-tcp.ovpn
Normal file
19
openvpn/purevpn/China,GUANGDONG1-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote cn1-ovpn-tcp.purevpn.net 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/China,GUANGDONG1-udp.ovpn
Normal file
20
openvpn/purevpn/China,GUANGDONG1-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote cn1-ovpn-udp.purevpn.net 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/China,GUANGDONG2-tcp.ovpn
Normal file
19
openvpn/purevpn/China,GUANGDONG2-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote vlus-cn-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/China,GUANGDONG2-udp.ovpn
Normal file
20
openvpn/purevpn/China,GUANGDONG2-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote vlus-cn-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Colombia-tcp.ovpn
Normal file
19
openvpn/purevpn/Colombia-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote co1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Colombia-udp.ovpn
Normal file
20
openvpn/purevpn/Colombia-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote co1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Costa Rica-tcp.ovpn
Normal file
19
openvpn/purevpn/Costa Rica-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote vlus-cr-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Costa Rica-udp.ovpn
Normal file
20
openvpn/purevpn/Costa Rica-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote vlus-cr-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Croatia-tcp.ovpn
Normal file
19
openvpn/purevpn/Croatia-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote vlus-hr1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Croatia-udp.ovpn
Normal file
20
openvpn/purevpn/Croatia-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote vlus-hr1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Cuba-tcp.ovpn
Normal file
19
openvpn/purevpn/Cuba-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote cu1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Cuba-udp.ovpn
Normal file
20
openvpn/purevpn/Cuba-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote cu1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Cyprus-tcp.ovpn
Normal file
19
openvpn/purevpn/Cyprus-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote cy1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Cyprus-udp.ovpn
Normal file
20
openvpn/purevpn/Cyprus-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote cy1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/DC, Washington-tcp.ovpn
Normal file
19
openvpn/purevpn/DC, Washington-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote uswdc1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/DC, Washington-udp.ovpn
Normal file
20
openvpn/purevpn/DC, Washington-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote uswdc1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
@@ -1,7 +1,7 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote vleu-dk1-ovpn-tcp.pointtoserver.com 80
|
||||
remote dk1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
|
@@ -1,7 +1,7 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote vleu-dk1-ovpn-udp.pointtoserver.com 53
|
||||
remote dk1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
|
19
openvpn/purevpn/Dominica-tcp.ovpn
Normal file
19
openvpn/purevpn/Dominica-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote vleu-dm1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Dominica-udp.ovpn
Normal file
20
openvpn/purevpn/Dominica-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote vleu-dm1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Dominican Repubilc-tcp.ovpn
Normal file
19
openvpn/purevpn/Dominican Repubilc-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote vleu-do1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Dominican Repubilc-udp.ovpn
Normal file
20
openvpn/purevpn/Dominican Repubilc-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote vleu-do1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Ecuador-tcp.ovpn
Normal file
19
openvpn/purevpn/Ecuador-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote vlus-ec1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Ecuador-udp.ovpn
Normal file
20
openvpn/purevpn/Ecuador-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote vlus-ec1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Egypt-tcp.ovpn
Normal file
19
openvpn/purevpn/Egypt-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote vlus-eg-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Egypt-udp.ovpn
Normal file
20
openvpn/purevpn/Egypt-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote vlus-eg-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/El Salvador-tcp.ovpn
Normal file
19
openvpn/purevpn/El Salvador-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote vleu-sv1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/El Salvador-udp.ovpn
Normal file
20
openvpn/purevpn/El Salvador-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote vleu-sv1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Ethiopia-tcp.ovpn
Normal file
19
openvpn/purevpn/Ethiopia-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote et1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Ethiopia-udp.ovpn
Normal file
20
openvpn/purevpn/Ethiopia-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote et1-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/Florida, Miami-tcp.ovpn
Normal file
19
openvpn/purevpn/Florida, Miami-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote usfl-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/Florida, Miami-udp.ovpn
Normal file
20
openvpn/purevpn/Florida, Miami-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote usfl-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/France,Paris-tcp.ovpn
Normal file
19
openvpn/purevpn/France,Paris-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote vleu-fr-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
20
openvpn/purevpn/France,Paris-udp.ovpn
Normal file
20
openvpn/purevpn/France,Paris-udp.ovpn
Normal file
@@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote vleu-fr-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
explicit-exit-notify 2
|
||||
ifconfig-nowarn
|
||||
auth-nocache
|
19
openvpn/purevpn/France,Roubaix-tcp.ovpn
Normal file
19
openvpn/purevpn/France,Roubaix-tcp.ovpn
Normal file
@@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote fr1-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
verb 1
|
||||
mute 20
|
||||
route-method exe
|
||||
route-delay 2
|
||||
route 0.0.0.0 0.0.0.0
|
||||
float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user