diff --git a/CHANGELOG.md b/CHANGELOG.md index 75d193de..6cc79809 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- VyprVPN provider. [#72](https://github.com/passepartoutvpn/passepartout-ios/pull/72) - More infrastructure metadata. ## 1.6.0 Beta 1757 (2019-04-25) diff --git a/Passepartout/Sources/AppConstants.swift b/Passepartout/Sources/AppConstants.swift index 819f981e..895d4418 100644 --- a/Passepartout/Sources/AppConstants.swift +++ b/Passepartout/Sources/AppConstants.swift @@ -208,6 +208,7 @@ public class AppConstants { .pia: "https://www.privateinternetaccess.com/pages/buy-vpn/", .protonVPN: "https://protonvpn.net/?aid=keeshux", .tunnelBear: "https://click.tunnelbear.com/SHb8", + .vyprVPN: "https://www.vyprvpn.com/", .windscribe: "https://secure.link/kCsD0prd" ] diff --git a/README.md b/README.md index 3b16e7ae..fbbc7467 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,8 @@ Passepartout can connect to a few well-known VPN providers with an existing acco - [Private Internet Access][app-net-pia] - [ProtonVPN][app-net-protonvpn] - [TunnelBear][app-net-tunnelbear] +- [VyprVPN][app-net-vyprvpn] - [Windscribe][app-net-windscribe] -- ...more soon! In preset mode, you can pick pre-resolved IPv4 endpoints when DNS is problematic. @@ -159,6 +159,7 @@ Website: [passepartoutvpn.app][about-website] [app-net-pia]: https://www.privateinternetaccess.com/pages/buy-vpn/ [app-net-protonvpn]: https://protonvpn.net/?aid=keeshux [app-net-tunnelbear]: https://click.tunnelbear.com/SHb8 +[app-net-vyprvpn]: https://www.vyprvpn.com/ [app-net-windscribe]: https://secure.link/kCsD0prd [dep-cocoapods]: https://guides.cocoapods.org/using/getting-started.html diff --git a/fastlane/metadata/en-US/description.txt b/fastlane/metadata/en-US/description.txt index e2d51525..43377cf0 100644 --- a/fastlane/metadata/en-US/description.txt +++ b/fastlane/metadata/en-US/description.txt @@ -21,8 +21,8 @@ FEATURES - Private Internet Access - ProtonVPN - TunnelBear + - VyprVPN - Windscribe - - ...more soon! - Import .ovpn configuration files. - Full transparency on what servers you're connecting to. diff --git a/fastlane/metadata/it/description.txt b/fastlane/metadata/it/description.txt index c3d861ce..1a92f0ad 100644 --- a/fastlane/metadata/it/description.txt +++ b/fastlane/metadata/it/description.txt @@ -21,8 +21,8 @@ FEATURE - Private Internet Access - ProtonVPN - TunnelBear + - VyprVPN - Windscribe - - ...altri in arrivo! - Importa file di configurazione .ovpn. - Completa trasparenza sui server a cui ti connetti.