From 5daf96cf5e385828f2634a9e76833e508e29a921 Mon Sep 17 00:00:00 2001 From: Craig McConomy Date: Tue, 24 Oct 2017 00:08:40 -0400 Subject: [PATCH 1/2] Add Switzerland to to SlickVPN list --- openvpn/slickvpn/Switzerland | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 openvpn/slickvpn/Switzerland diff --git a/openvpn/slickvpn/Switzerland b/openvpn/slickvpn/Switzerland new file mode 100644 index 000000000..18c04686d --- /dev/null +++ b/openvpn/slickvpn/Switzerland @@ -0,0 +1,10 @@ +remote gw1.zrh2.slickvpn.com 443 udp +auth-user-pass /config/openvpn-credentials.txt +client +redirect-gateway +remote-cert-tls server +cipher AES-256-CBC +proto udp +dev tun +nobind +ca /etc/openvpn/slickvpn/ca.crt From cec81a25f4f6b7e82e0c30d41733a94a270b2eda Mon Sep 17 00:00:00 2001 From: Craig McConomy Date: Tue, 24 Oct 2017 00:10:00 -0400 Subject: [PATCH 2/2] Rename Switzerland to Switzerland.ovpn --- openvpn/slickvpn/{Switzerland => Switzerland.ovpn} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename openvpn/slickvpn/{Switzerland => Switzerland.ovpn} (100%) diff --git a/openvpn/slickvpn/Switzerland b/openvpn/slickvpn/Switzerland.ovpn similarity index 100% rename from openvpn/slickvpn/Switzerland rename to openvpn/slickvpn/Switzerland.ovpn