Refine TunnelBear integration
- Mention in README - Promo link
This commit is contained in:
parent
2cd96f2596
commit
bc4841af8a
|
@ -157,7 +157,8 @@ class AppConstants {
|
||||||
}
|
}
|
||||||
|
|
||||||
static let referrals: [Infrastructure.Name: String] = [
|
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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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:
|
Passepartout can connect to a few well-known VPN providers with an existing account:
|
||||||
|
|
||||||
- [Private Internet Access][app-net-pia]
|
- [Private Internet Access][app-net-pia]
|
||||||
|
- [TunnelBear][app-net-tunnelbear]
|
||||||
- ...more soon!
|
- ...more soon!
|
||||||
|
|
||||||
In preset mode, you can pick pre-resolved IPv4 endpoints when DNS is problematic.
|
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
|
[openvpn]: https://openvpn.net/index.php/open-source/overview.html
|
||||||
|
|
||||||
[app-api]: https://github.com/passepartoutvpn/passepartout-api
|
[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-cocoapods]: https://guides.cocoapods.org/using/getting-started.html
|
||||||
[dep-jazzy]: https://github.com/realm/jazzy
|
[dep-jazzy]: https://github.com/realm/jazzy
|
||||||
|
|
Loading…
Reference in New Issue