Add Mullvad account creation link

This commit is contained in:
Davide De Rosa 2019-03-22 19:47:59 +01:00
parent 54f7779c45
commit 7b814e4021
1 changed files with 2 additions and 1 deletions

View File

@ -166,7 +166,8 @@ public class AppConstants {
public static let referrals: [Infrastructure.Name: String] = [
.pia: "https://www.privateinternetaccess.com/pages/buy-vpn/",
.tunnelBear: "https://click.tunnelbear.com/aff_c?offer_id=2&aff_id=7464"
.tunnelBear: "https://click.tunnelbear.com/aff_c?offer_id=2&aff_id=7464",
.mullvad: "https://mullvad.net/en/account/create/"
]
}