Skip to content

Commit

Permalink
Add supported configurations to index
Browse files Browse the repository at this point in the history
Supersede the "vpn" array.
  • Loading branch information
keeshux committed Nov 29, 2024
1 parent bd2cbdf commit 7464f85
Showing 1 changed file with 73 additions and 12 deletions.
85 changes: 73 additions & 12 deletions providers/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,50 +2,111 @@
"metadata": [{
"name": "hideme",
"fullName": "Hide.me",
"vpn": ["ovpn"]
"vpn": ["ovpn"],
"configurations": {
"OpenVPN": {}
}
}, {
"name": "ivpn",
"fullName": "IVPN",
"vpn": ["ovpn"]
"vpn": ["ovpn"],
"configurations": {
"OpenVPN": {}
}
}, {
"name": "mullvad",
"fullName": "Mullvad",
"vpn": ["ovpn"]
"vpn": ["ovpn"],
"configurations": {
"OpenVPN": {}
}
}, {
"name": "nordvpn",
"fullName": "NordVPN",
"vpn": ["ovpn"]
"vpn": ["ovpn"],
"configurations": {
"OpenVPN": {
"credentials": {
"purpose": "specific",
"url": "https://my.nordaccount.com/dashboard/nordvpn/manual-configuration/service-credentials/"
}
}
}
}, {
"name": "oeck",
"fullName": "Oeck",
"vpn": ["ovpn"]
"vpn": ["ovpn"],
"configurations": {
"OpenVPN": {}
}
}, {
"name": "pia",
"fullName": "PIA",
"vpn": ["ovpn"]
"vpn": ["ovpn"],
"configurations": {
"OpenVPN": {}
}
}, {
"name": "protonvpn",
"fullName": "ProtonVPN",
"vpn": ["ovpn"]
"vpn": ["ovpn"],
"configurations": {
"OpenVPN": {
"credentials": {
"purpose": "specific",
"url": "https://account.protonvpn.com/account-password"
}
}
}
}, {
"name": "surfshark",
"fullName": "SurfShark",
"vpn": ["ovpn"]
"vpn": ["ovpn"],
"configurations": {
"OpenVPN": {
"credentials": {
"purpose": "specific",
"url": "https://my.surfshark.com/vpn/manual-setup/main"
}
}
}
}, {
"name": "torguard",
"fullName": "TorGuard",
"vpn": ["ovpn"]
"vpn": ["ovpn"],
"configurations": {
"OpenVPN": {
"credentials": {
"purpose": "specific",
"url": "https://torguard.net/clientarea.php?action=changepw"
}
}
}
}, {
"name": "tunnelbear",
"fullName": "TunnelBear",
"vpn": ["ovpn"]
"vpn": ["ovpn"],
"configurations": {
"OpenVPN": {}
}
}, {
"name": "vyprvpn",
"fullName": "VyprVPN",
"vpn": ["ovpn"]
"vpn": ["ovpn"],
"configurations": {
"OpenVPN": {}
}
}, {
"name": "windscribe",
"fullName": "Windscribe",
"vpn": ["ovpn"]
"vpn": ["ovpn"],
"configurations": {
"OpenVPN": {
"credentials": {
"purpose": "specific",
"url": "https://windscribe.com/getconfig/openvpn"
}
}
}
}]
}

0 comments on commit 7464f85

Please sign in to comment.