mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 15:40:22 +00:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"providers": [
|
|
{
|
|
"id": 1,
|
|
"name": "ExpressVPN",
|
|
"bin_path": "/usr/bin/expressvpn",
|
|
"install_page": "https://www.expressvpn.com/support/vpn-setup/app-for-linux/",
|
|
"cmd_overrides": {
|
|
"countries": "list"
|
|
},
|
|
"status": {
|
|
"connected": "connected"
|
|
}
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "Mullvad VPN",
|
|
"bin_path": "/usr/bin/mullvad",
|
|
"install_page": "https://mullvad.net/en/download/vpn/linux",
|
|
"cmd_overrides": {
|
|
}
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "NordVPN",
|
|
"bin_path": "/usr/bin/nordvpn",
|
|
"install_page": "https://nordvpn.com/download/linux/",
|
|
"cmd_overrides": {
|
|
},
|
|
"status": {
|
|
"connected": "connected",
|
|
"disconnected": "disconnected"
|
|
}
|
|
},
|
|
{
|
|
"id": 4,
|
|
"name": "Proton VPN",
|
|
"bin_path": "/usr/bin/protonvpn-cli",
|
|
"install_page": "https://protonvpn.com/support/linux-vpn-tool/",
|
|
"cmd_overrides": {
|
|
}
|
|
}
|
|
]
|
|
}
|