From 92b1fdb1ce262901f580c43981c943a4728edc3b Mon Sep 17 00:00:00 2001 From: Andrew McOlash Date: Mon, 18 Mar 2019 00:29:36 -0700 Subject: [PATCH] Fix .ovpn ca / pass --- openvpn/tiger/AT Vienna.ovpn | 5 ++--- openvpn/tiger/CA Montreal.ovpn | 5 ++--- openvpn/tiger/CA Toronto.ovpn | 5 ++--- openvpn/tiger/CH Zurich.ovpn | 5 ++--- openvpn/tiger/DK Copenhagen.ovpn | 5 ++--- openvpn/tiger/ES Madrid.ovpn | 5 ++--- openvpn/tiger/Frankfurt.ovpn | 5 ++--- openvpn/tiger/GB London.ovpn | 5 ++--- openvpn/tiger/NL Amsterdam.ovpn | 5 ++--- openvpn/tiger/NO Oslo.ovpn | 5 ++--- openvpn/tiger/RO Bucharest.ovpn | 5 ++--- openvpn/tiger/US Atlanta.ovpn | 5 ++--- openvpn/tiger/US Denver.ovpn | 5 ++--- openvpn/tiger/US Los Angeles.ovpn | 5 ++--- openvpn/tiger/US Miami.ovpn | 5 ++--- openvpn/tiger/US New York.ovpn | 5 ++--- 16 files changed, 32 insertions(+), 48 deletions(-) diff --git a/openvpn/tiger/AT Vienna.ovpn b/openvpn/tiger/AT Vienna.ovpn index 64b304f2f..37daf2063 100644 --- a/openvpn/tiger/AT Vienna.ovpn +++ b/openvpn/tiger/AT Vienna.ovpn @@ -3,9 +3,7 @@ remote vie.tigervpn.com 1194 udp remote vie.tigervpn.com 443 tcp-client pull -auth-user-pass comp-lzo adaptive -ca ca.crt dev tun tls-client script-security 2 @@ -22,7 +20,8 @@ persist-tun remote-cert-tls server mssfix - +ca /etc/openvpn/tiger/ca.crt +auth-user-pass /config/openvpn-credentials.txt # Get help and more information by visiting https://help.tigervpn.com # With love from Bratislava, happy tigerVPN’ing! diff --git a/openvpn/tiger/CA Montreal.ovpn b/openvpn/tiger/CA Montreal.ovpn index 48cfe3af6..68dbd8395 100644 --- a/openvpn/tiger/CA Montreal.ovpn +++ b/openvpn/tiger/CA Montreal.ovpn @@ -3,9 +3,7 @@ remote mon.tigervpn.com 1194 udp remote mon.tigervpn.com 443 tcp-client pull -auth-user-pass comp-lzo adaptive -ca ca.crt dev tun tls-client script-security 2 @@ -22,7 +20,8 @@ persist-tun remote-cert-tls server mssfix - +ca /etc/openvpn/tiger/ca.crt +auth-user-pass /config/openvpn-credentials.txt # Get help and more information by visiting https://help.tigervpn.com # With love from Bratislava, happy tigerVPN’ing! diff --git a/openvpn/tiger/CA Toronto.ovpn b/openvpn/tiger/CA Toronto.ovpn index 94c45d480..9494720bc 100644 --- a/openvpn/tiger/CA Toronto.ovpn +++ b/openvpn/tiger/CA Toronto.ovpn @@ -3,9 +3,7 @@ remote tor.tigervpn.com 1194 udp remote tor.tigervpn.com 443 tcp-client pull -auth-user-pass comp-lzo adaptive -ca ca.crt dev tun tls-client script-security 2 @@ -22,7 +20,8 @@ persist-tun remote-cert-tls server mssfix - +ca /etc/openvpn/tiger/ca.crt +auth-user-pass /config/openvpn-credentials.txt # Get help and more information by visiting https://help.tigervpn.com # With love from Bratislava, happy tigerVPN’ing! diff --git a/openvpn/tiger/CH Zurich.ovpn b/openvpn/tiger/CH Zurich.ovpn index 45bc0198b..0c5bf648d 100644 --- a/openvpn/tiger/CH Zurich.ovpn +++ b/openvpn/tiger/CH Zurich.ovpn @@ -3,9 +3,7 @@ remote zur.tigervpn.com 1194 udp remote zur.tigervpn.com 443 tcp-client pull -auth-user-pass comp-lzo adaptive -ca ca.crt dev tun tls-client script-security 2 @@ -22,7 +20,8 @@ persist-tun remote-cert-tls server mssfix - +ca /etc/openvpn/tiger/ca.crt +auth-user-pass /config/openvpn-credentials.txt # Get help and more information by visiting https://help.tigervpn.com # With love from Bratislava, happy tigerVPN’ing! diff --git a/openvpn/tiger/DK Copenhagen.ovpn b/openvpn/tiger/DK Copenhagen.ovpn index e37d237d2..701790436 100644 --- a/openvpn/tiger/DK Copenhagen.ovpn +++ b/openvpn/tiger/DK Copenhagen.ovpn @@ -3,9 +3,7 @@ remote cop.tigervpn.com 1194 udp remote cop.tigervpn.com 443 tcp-client pull -auth-user-pass comp-lzo adaptive -ca ca.crt dev tun tls-client script-security 2 @@ -22,7 +20,8 @@ persist-tun remote-cert-tls server mssfix - +ca /etc/openvpn/tiger/ca.crt +auth-user-pass /config/openvpn-credentials.txt # Get help and more information by visiting https://help.tigervpn.com # With love from Bratislava, happy tigerVPN’ing! diff --git a/openvpn/tiger/ES Madrid.ovpn b/openvpn/tiger/ES Madrid.ovpn index adbd1fa91..7695c686d 100644 --- a/openvpn/tiger/ES Madrid.ovpn +++ b/openvpn/tiger/ES Madrid.ovpn @@ -3,9 +3,7 @@ remote mad.tigervpn.com 1194 udp remote mad.tigervpn.com 443 tcp-client pull -auth-user-pass comp-lzo adaptive -ca ca.crt dev tun tls-client script-security 2 @@ -22,7 +20,8 @@ persist-tun remote-cert-tls server mssfix - +ca /etc/openvpn/tiger/ca.crt +auth-user-pass /config/openvpn-credentials.txt # Get help and more information by visiting https://help.tigervpn.com # With love from Bratislava, happy tigerVPN’ing! diff --git a/openvpn/tiger/Frankfurt.ovpn b/openvpn/tiger/Frankfurt.ovpn index 063d8e447..ae068a86a 100644 --- a/openvpn/tiger/Frankfurt.ovpn +++ b/openvpn/tiger/Frankfurt.ovpn @@ -3,9 +3,7 @@ remote fra.tigervpn.com 1194 udp remote fra.tigervpn.com 443 tcp-client pull -auth-user-pass comp-lzo adaptive -ca ca.crt dev tun tls-client script-security 2 @@ -22,7 +20,8 @@ persist-tun remote-cert-tls server mssfix - +ca /etc/openvpn/tiger/ca.crt +auth-user-pass /config/openvpn-credentials.txt # Get help and more information by visiting https://help.tigervpn.com # With love from Bratislava, happy tigerVPN’ing! diff --git a/openvpn/tiger/GB London.ovpn b/openvpn/tiger/GB London.ovpn index 8c73dfd00..73e1be459 100644 --- a/openvpn/tiger/GB London.ovpn +++ b/openvpn/tiger/GB London.ovpn @@ -3,9 +3,7 @@ remote lon.tigervpn.com 1194 udp remote lon.tigervpn.com 443 tcp-client pull -auth-user-pass comp-lzo adaptive -ca ca.crt dev tun tls-client script-security 2 @@ -22,7 +20,8 @@ persist-tun remote-cert-tls server mssfix - +ca /etc/openvpn/tiger/ca.crt +auth-user-pass /config/openvpn-credentials.txt # Get help and more information by visiting https://help.tigervpn.com # With love from Bratislava, happy tigerVPN’ing! diff --git a/openvpn/tiger/NL Amsterdam.ovpn b/openvpn/tiger/NL Amsterdam.ovpn index 931de49c1..be99b556e 100644 --- a/openvpn/tiger/NL Amsterdam.ovpn +++ b/openvpn/tiger/NL Amsterdam.ovpn @@ -3,9 +3,7 @@ remote ams.tigervpn.com 1194 udp remote ams.tigervpn.com 443 tcp-client pull -auth-user-pass comp-lzo adaptive -ca ca.crt dev tun tls-client script-security 2 @@ -22,7 +20,8 @@ persist-tun remote-cert-tls server mssfix - +ca /etc/openvpn/tiger/ca.crt +auth-user-pass /config/openvpn-credentials.txt # Get help and more information by visiting https://help.tigervpn.com # With love from Bratislava, happy tigerVPN’ing! diff --git a/openvpn/tiger/NO Oslo.ovpn b/openvpn/tiger/NO Oslo.ovpn index 1db58242d..5abdd33b0 100644 --- a/openvpn/tiger/NO Oslo.ovpn +++ b/openvpn/tiger/NO Oslo.ovpn @@ -3,9 +3,7 @@ remote osl.tigervpn.com 1194 udp remote osl.tigervpn.com 443 tcp-client pull -auth-user-pass comp-lzo adaptive -ca ca.crt dev tun tls-client script-security 2 @@ -22,7 +20,8 @@ persist-tun remote-cert-tls server mssfix - +ca /etc/openvpn/tiger/ca.crt +auth-user-pass /config/openvpn-credentials.txt # Get help and more information by visiting https://help.tigervpn.com # With love from Bratislava, happy tigerVPN’ing! diff --git a/openvpn/tiger/RO Bucharest.ovpn b/openvpn/tiger/RO Bucharest.ovpn index fa46e72bb..3f885d802 100644 --- a/openvpn/tiger/RO Bucharest.ovpn +++ b/openvpn/tiger/RO Bucharest.ovpn @@ -3,9 +3,7 @@ remote buc.tigervpn.com 1194 udp remote buc.tigervpn.com 443 tcp-client pull -auth-user-pass comp-lzo adaptive -ca ca.crt dev tun tls-client script-security 2 @@ -22,7 +20,8 @@ persist-tun remote-cert-tls server mssfix - +ca /etc/openvpn/tiger/ca.crt +auth-user-pass /config/openvpn-credentials.txt # Get help and more information by visiting https://help.tigervpn.com # With love from Bratislava, happy tigerVPN’ing! diff --git a/openvpn/tiger/US Atlanta.ovpn b/openvpn/tiger/US Atlanta.ovpn index 533577f32..49b7b331c 100644 --- a/openvpn/tiger/US Atlanta.ovpn +++ b/openvpn/tiger/US Atlanta.ovpn @@ -3,9 +3,7 @@ remote atl.tigervpn.com 1194 udp remote atl.tigervpn.com 443 tcp-client pull -auth-user-pass comp-lzo adaptive -ca ca.crt dev tun tls-client script-security 2 @@ -22,7 +20,8 @@ persist-tun remote-cert-tls server mssfix - +ca /etc/openvpn/tiger/ca.crt +auth-user-pass /config/openvpn-credentials.txt # Get help and more information by visiting https://help.tigervpn.com # With love from Bratislava, happy tigerVPN’ing! diff --git a/openvpn/tiger/US Denver.ovpn b/openvpn/tiger/US Denver.ovpn index 4f97eb8e0..60abbaa8a 100644 --- a/openvpn/tiger/US Denver.ovpn +++ b/openvpn/tiger/US Denver.ovpn @@ -3,9 +3,7 @@ remote den.tigervpn.com 1194 udp remote den.tigervpn.com 443 tcp-client pull -auth-user-pass comp-lzo adaptive -ca ca.crt dev tun tls-client script-security 2 @@ -22,7 +20,8 @@ persist-tun remote-cert-tls server mssfix - +ca /etc/openvpn/tiger/ca.crt +auth-user-pass /config/openvpn-credentials.txt # Get help and more information by visiting https://help.tigervpn.com # With love from Bratislava, happy tigerVPN’ing! diff --git a/openvpn/tiger/US Los Angeles.ovpn b/openvpn/tiger/US Los Angeles.ovpn index 7f4ab2e23..864197e7f 100644 --- a/openvpn/tiger/US Los Angeles.ovpn +++ b/openvpn/tiger/US Los Angeles.ovpn @@ -3,9 +3,7 @@ remote los.tigervpn.com 1194 udp remote los.tigervpn.com 443 tcp-client pull -auth-user-pass comp-lzo adaptive -ca ca.crt dev tun tls-client script-security 2 @@ -22,7 +20,8 @@ persist-tun remote-cert-tls server mssfix - +ca /etc/openvpn/tiger/ca.crt +auth-user-pass /config/openvpn-credentials.txt # Get help and more information by visiting https://help.tigervpn.com # With love from Bratislava, happy tigerVPN’ing! diff --git a/openvpn/tiger/US Miami.ovpn b/openvpn/tiger/US Miami.ovpn index 7d3d068be..3eb7f1f73 100644 --- a/openvpn/tiger/US Miami.ovpn +++ b/openvpn/tiger/US Miami.ovpn @@ -3,9 +3,7 @@ remote mia.tigervpn.com 1194 udp remote mia.tigervpn.com 443 tcp-client pull -auth-user-pass comp-lzo adaptive -ca ca.crt dev tun tls-client script-security 2 @@ -22,7 +20,8 @@ persist-tun remote-cert-tls server mssfix - +ca /etc/openvpn/tiger/ca.crt +auth-user-pass /config/openvpn-credentials.txt # Get help and more information by visiting https://help.tigervpn.com # With love from Bratislava, happy tigerVPN’ing! diff --git a/openvpn/tiger/US New York.ovpn b/openvpn/tiger/US New York.ovpn index f1541bc49..54e073c51 100644 --- a/openvpn/tiger/US New York.ovpn +++ b/openvpn/tiger/US New York.ovpn @@ -3,9 +3,7 @@ remote nyc.tigervpn.com 1194 udp remote nyc.tigervpn.com 443 tcp-client pull -auth-user-pass comp-lzo adaptive -ca ca.crt dev tun tls-client script-security 2 @@ -22,7 +20,8 @@ persist-tun remote-cert-tls server mssfix - +ca /etc/openvpn/tiger/ca.crt +auth-user-pass /config/openvpn-credentials.txt # Get help and more information by visiting https://help.tigervpn.com # With love from Bratislava, happy tigerVPN’ing!