Add SurfShark guidance URL

This commit is contained in:
Davide De Rosa 2021-07-22 11:17:28 +02:00
parent 79c51061fb
commit 43bd72f21f
2 changed files with 3 additions and 0 deletions

View File

@ -227,6 +227,7 @@ public class AppConstants {
public static let guidances: [Infrastructure.Name: String] = [
.protonvpn: "https://account.protonvpn.com/settings",
.surfshark: "https://my.surfshark.com/vpn/manual-setup/main",
.torguard: "https://torguard.net/clientarea.php?action=changepw",
.windscribe: "https://windscribe.com/getconfig/openvpn"
]

View File

@ -43,6 +43,8 @@ extension Infrastructure.Name {
public static let protonvpn = "protonvpn"
public static let surfshark = "surfshark"
public static let torguard = "torguard"
public static let tunnelbear = "tunnelbear"