mirror of
https://github.com/haugene/docker-transmission-openvpn.git
synced 2025-08-18 04:07:07 +02:00
Merge branch 'sl0n-master' into dev
This commit is contained in:
commit
a8e237f2f1
@ -36,6 +36,9 @@ for configFile in $provider/*.ovpn;
|
||||
# Absolute reference to ca cert
|
||||
sed -i "s/ca .*\.crt/ca \/etc\/openvpn\/$provider\/ca.crt/g" "$configFile"
|
||||
|
||||
# Absolute reference to Wdc key file
|
||||
sed -i "s/tls-auth Wdc.key 1/tls-auth \/etc\/openvpn\/$provider\/Wdc.key 1/g" "$configFile"
|
||||
|
||||
# Absolute reference to crl
|
||||
sed -i "s/crl-verify.*\.pem/crl-verify \/etc\/openvpn\/$provider\/crl.pem/g" "$configFile"
|
||||
|
||||
|
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
|
1
openvpn/purevpn/ARUBA-TCP.ovpn → openvpn/purevpn/Aruba-tcp.ovpn
Executable file → Normal file
1
openvpn/purevpn/ARUBA-TCP.ovpn → openvpn/purevpn/Aruba-tcp.ovpn
Executable file → Normal file
@ -17,4 +17,3 @@ float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
||||
|
1
openvpn/purevpn/ARUBA-UDP.ovpn → openvpn/purevpn/Aruba-udp.ovpn
Executable file → Normal file
1
openvpn/purevpn/ARUBA-UDP.ovpn → openvpn/purevpn/Aruba-udp.ovpn
Executable file → Normal file
@ -18,4 +18,3 @@ 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
|
3
openvpn/purevpn/ALBANIA-TCP.ovpn → openvpn/purevpn/Australia,Perth-tcp.ovpn
Executable file → Normal file
3
openvpn/purevpn/ALBANIA-TCP.ovpn → openvpn/purevpn/Australia,Perth-tcp.ovpn
Executable file → Normal file
@ -1,7 +1,7 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote al1-ovpn-tcp.purevpn.net 80
|
||||
remote au-pe1-ovpn-tcp.pointtoserver 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
@ -17,4 +17,3 @@ 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
|
3
openvpn/purevpn/BAHRAIN-TCP.ovpn → openvpn/purevpn/Austria-tcp.ovpn
Executable file → Normal file
3
openvpn/purevpn/BAHRAIN-TCP.ovpn → openvpn/purevpn/Austria-tcp.ovpn
Executable file → Normal file
@ -1,7 +1,7 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote bh1-ovpn-tcp.purevpn.net 80
|
||||
remote at-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
@ -17,4 +17,3 @@ float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
||||
|
3
openvpn/purevpn/BAHRAIN-UDP.ovpn → openvpn/purevpn/Austria-udp.ovpn
Executable file → Normal file
3
openvpn/purevpn/BAHRAIN-UDP.ovpn → openvpn/purevpn/Austria-udp.ovpn
Executable file → Normal file
@ -1,7 +1,7 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote bh1-ovpn-udp.purevpn.net 53
|
||||
remote at-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
@ -18,4 +18,3 @@ 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
|
@ -1,20 +0,0 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote be1-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
|
||||
|
@ -1,21 +0,0 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote be1-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
|
||||
|
@ -1,20 +0,0 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote ba1-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
|
||||
|
@ -1,21 +0,0 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote ba1-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
|
||||
|
@ -1,20 +0,0 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote bn1-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
|
||||
|
@ -1,21 +0,0 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote bn1-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
|
||||
|
@ -1,20 +0,0 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote vlus-bg1-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
|
||||
|
@ -1,21 +0,0 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote vlus-bg1-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
|
||||
|
1
openvpn/purevpn/BAHAMAS-TCP.ovpn → openvpn/purevpn/Bahamas-tcp.ovpn
Executable file → Normal file
1
openvpn/purevpn/BAHAMAS-TCP.ovpn → openvpn/purevpn/Bahamas-tcp.ovpn
Executable file → Normal file
@ -17,4 +17,3 @@ float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
||||
|
1
openvpn/purevpn/BAHAMAS-UDP.ovpn → openvpn/purevpn/Bahamas-udp.ovpn
Executable file → Normal file
1
openvpn/purevpn/BAHAMAS-UDP.ovpn → openvpn/purevpn/Bahamas-udp.ovpn
Executable file → Normal file
@ -18,4 +18,3 @@ 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
|
19
openvpn/purevpn/Belgium-tcp.ovpn
Normal file
19
openvpn/purevpn/Belgium-tcp.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote be1-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/Belgium-udp.ovpn
Normal file
20
openvpn/purevpn/Belgium-udp.ovpn
Normal file
@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote be1-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
openvpn/purevpn/BELIZE-TCP.ovpn → openvpn/purevpn/Belize-tcp.ovpn
Executable file → Normal file
1
openvpn/purevpn/BELIZE-TCP.ovpn → openvpn/purevpn/Belize-tcp.ovpn
Executable file → Normal file
@ -17,4 +17,3 @@ float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
||||
|
1
openvpn/purevpn/BELIZE-UDP.ovpn → openvpn/purevpn/Belize-udp.ovpn
Executable file → Normal file
1
openvpn/purevpn/BELIZE-UDP.ovpn → openvpn/purevpn/Belize-udp.ovpn
Executable file → Normal file
@ -18,4 +18,3 @@ 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
|
3
openvpn/purevpn/ARGENTINA-TCP.ovpn → openvpn/purevpn/Brazil-tcp.ovpn
Executable file → Normal file
3
openvpn/purevpn/ARGENTINA-TCP.ovpn → openvpn/purevpn/Brazil-tcp.ovpn
Executable file → Normal file
@ -1,7 +1,7 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote ar1-ovpn-tcp.purevpn.net 80
|
||||
remote br-ovpn-tcp.pointtoserver.com 80
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
@ -17,4 +17,3 @@ float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
||||
|
3
openvpn/purevpn/ALBANIA-UDP.ovpn → openvpn/purevpn/Brazil-udp.ovpn
Executable file → Normal file
3
openvpn/purevpn/ALBANIA-UDP.ovpn → openvpn/purevpn/Brazil-udp.ovpn
Executable file → Normal file
@ -1,7 +1,7 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote al1-ovpn-udp.purevpn.net 53
|
||||
remote br-ovpn-udp.pointtoserver.com 53
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/purevpn/ca.crt
|
||||
@ -18,4 +18,3 @@ 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/Bulgaria-tcp.ovpn
Normal file
19
openvpn/purevpn/Bulgaria-tcp.ovpn
Normal file
@ -0,0 +1,19 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote bg1-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/Bulgaria-udp.ovpn
Normal file
20
openvpn/purevpn/Bulgaria-udp.ovpn
Normal file
@ -0,0 +1,20 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote bg1-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,20 +0,0 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote caq1-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
|
||||
|
@ -1,21 +0,0 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote caq1-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
|
||||
|
@ -1,20 +0,0 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote cl1-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
|
||||
|
@ -1,21 +0,0 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote cl1-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
|
||||
|
@ -1,20 +0,0 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote co1-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
|
||||
|
@ -1,21 +0,0 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote co1-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
|
||||
|
@ -1,20 +0,0 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote cr1-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
|
||||
|
@ -1,21 +0,0 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote cr1-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
|
||||
|
@ -1,20 +0,0 @@
|
||||
client
|
||||
dev tun
|
||||
proto tcp
|
||||
remote hr1-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
|
||||
|
@ -1,21 +0,0 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote hr1-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/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
|
1
openvpn/purevpn/CHINA-TCP.ovpn → openvpn/purevpn/China,GUANGDONG1-tcp.ovpn
Executable file → Normal file
1
openvpn/purevpn/CHINA-TCP.ovpn → openvpn/purevpn/China,GUANGDONG1-tcp.ovpn
Executable file → Normal file
@ -17,4 +17,3 @@ float
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry interact
|
||||
ifconfig-nowarn
|
||||
|
1
openvpn/purevpn/CHINA-UDP.ovpn → openvpn/purevpn/China,GUANGDONG1-udp.ovpn
Executable file → Normal file
1
openvpn/purevpn/CHINA-UDP.ovpn → openvpn/purevpn/China,GUANGDONG1-udp.ovpn
Executable file → Normal file
@ -18,4 +18,3 @@ 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
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user