From bc4841af8aed3e3761fb3f85b8dda28f32152fd1 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Thu, 7 Mar 2019 21:37:04 +0100 Subject: [PATCH] Refine TunnelBear integration - Mention in README - Promo link --- Passepartout/Sources/AppConstants.swift | 3 ++- README.md | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Passepartout/Sources/AppConstants.swift b/Passepartout/Sources/AppConstants.swift index 52d099ac..d9bfea3a 100644 --- a/Passepartout/Sources/AppConstants.swift +++ b/Passepartout/Sources/AppConstants.swift @@ -157,7 +157,8 @@ class AppConstants { } static let referrals: [Infrastructure.Name: String] = [ - .pia: "https://www.privateinternetaccess.com/pages/buy-vpn/" + .pia: "https://www.privateinternetaccess.com/pages/buy-vpn/", + .tunnelBear: "https://click.tunnelbear.com/aff_c?offer_id=2&aff_id=7464" ] } diff --git a/README.md b/README.md index 447555f2..4880fa7d 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ Passepartout is a VPN client and does absolutely nothing else without your conse Passepartout can connect to a few well-known VPN providers with an existing account: - [Private Internet Access][app-net-pia] +- [TunnelBear][app-net-tunnelbear] - ...more soon! In preset mode, you can pick pre-resolved IPv4 endpoints when DNS is problematic. @@ -132,7 +133,8 @@ Website: [passepartoutvpn.app][about-website] [openvpn]: https://openvpn.net/index.php/open-source/overview.html [app-api]: https://github.com/passepartoutvpn/passepartout-api -[app-net-pia]: https://www.privateinternetaccess.com +[app-net-pia]: https://www.privateinternetaccess.com/pages/buy-vpn/ +[app-net-tunnelbear]: https://click.tunnelbear.com/aff_c?offer_id=2&aff_id=7464 [dep-cocoapods]: https://guides.cocoapods.org/using/getting-started.html [dep-jazzy]: https://github.com/realm/jazzy