mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-19 06:59:10 +00:00
Add SurfShark guidance URL
This commit is contained in:
parent
79c51061fb
commit
43bd72f21f
@ -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"
|
||||
]
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user