mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2024-12-24 02:21:00 +00:00
1a25102ec3
Some providers require specific credentials for OpenVPN, different from account credentials. Update the API index with this information to show an information footer and possibly a link to the OpenVPN credentials. Also, fix the OTP footer not appearing on macOS.
113 lines
2.8 KiB
JSON
113 lines
2.8 KiB
JSON
{
|
|
"metadata": [{
|
|
"name": "hideme",
|
|
"fullName": "Hide.me",
|
|
"vpn": ["ovpn"],
|
|
"configurations": {
|
|
"OpenVPN": {}
|
|
}
|
|
}, {
|
|
"name": "ivpn",
|
|
"fullName": "IVPN",
|
|
"vpn": ["ovpn"],
|
|
"configurations": {
|
|
"OpenVPN": {}
|
|
}
|
|
}, {
|
|
"name": "mullvad",
|
|
"fullName": "Mullvad",
|
|
"vpn": ["ovpn"],
|
|
"configurations": {
|
|
"OpenVPN": {}
|
|
}
|
|
}, {
|
|
"name": "nordvpn",
|
|
"fullName": "NordVPN",
|
|
"vpn": ["ovpn"],
|
|
"configurations": {
|
|
"OpenVPN": {
|
|
"credentials": {
|
|
"purpose": "specific",
|
|
"url": "https://my.nordaccount.com/dashboard/nordvpn/manual-configuration/service-credentials/"
|
|
}
|
|
}
|
|
}
|
|
}, {
|
|
"name": "oeck",
|
|
"fullName": "Oeck",
|
|
"vpn": ["ovpn"],
|
|
"configurations": {
|
|
"OpenVPN": {}
|
|
}
|
|
}, {
|
|
"name": "pia",
|
|
"fullName": "PIA",
|
|
"vpn": ["ovpn"],
|
|
"configurations": {
|
|
"OpenVPN": {}
|
|
}
|
|
}, {
|
|
"name": "protonvpn",
|
|
"fullName": "ProtonVPN",
|
|
"vpn": ["ovpn"],
|
|
"configurations": {
|
|
"OpenVPN": {
|
|
"credentials": {
|
|
"purpose": "specific",
|
|
"url": "https://account.protonvpn.com/account-password"
|
|
}
|
|
}
|
|
}
|
|
}, {
|
|
"name": "surfshark",
|
|
"fullName": "SurfShark",
|
|
"vpn": ["ovpn"],
|
|
"configurations": {
|
|
"OpenVPN": {
|
|
"credentials": {
|
|
"purpose": "specific",
|
|
"url": "https://my.surfshark.com/vpn/manual-setup/main"
|
|
}
|
|
}
|
|
}
|
|
}, {
|
|
"name": "torguard",
|
|
"fullName": "TorGuard",
|
|
"vpn": ["ovpn"],
|
|
"configurations": {
|
|
"OpenVPN": {
|
|
"credentials": {
|
|
"purpose": "specific",
|
|
"url": "https://torguard.net/clientarea.php?action=changepw"
|
|
}
|
|
}
|
|
}
|
|
}, {
|
|
"name": "tunnelbear",
|
|
"fullName": "TunnelBear",
|
|
"vpn": ["ovpn"],
|
|
"configurations": {
|
|
"OpenVPN": {}
|
|
}
|
|
}, {
|
|
"name": "vyprvpn",
|
|
"fullName": "VyprVPN",
|
|
"vpn": ["ovpn"],
|
|
"configurations": {
|
|
"OpenVPN": {}
|
|
}
|
|
}, {
|
|
"name": "windscribe",
|
|
"fullName": "Windscribe",
|
|
"vpn": ["ovpn"],
|
|
"configurations": {
|
|
"OpenVPN": {
|
|
"credentials": {
|
|
"purpose": "specific",
|
|
"url": "https://windscribe.com/getconfig/openvpn"
|
|
}
|
|
}
|
|
}
|
|
}]
|
|
}
|