mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 07:30:23 +00:00
Set provider cmd_overrides, status codes
This commit is contained in:
parent
a09ee1e86b
commit
ab0568875d
1 changed files with 17 additions and 5 deletions
|
@ -4,29 +4,41 @@
|
|||
"id": 1,
|
||||
"name": "ExpressVPN",
|
||||
"bin_path": "/usr/bin/expressvpn",
|
||||
"install_page": "",
|
||||
"commands": "connect disconnect status version"
|
||||
"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",
|
||||
"commands": "connect disconnect status version"
|
||||
"cmd_overrides": {
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "NordVPN",
|
||||
"bin_path": "/usr/bin/nordvpn",
|
||||
"install_page": "https://nordvpn.com/download/linux/",
|
||||
"commands": "connect disconnect status version"
|
||||
"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/",
|
||||
"commands": "connect disconnect status version"
|
||||
"cmd_overrides": {
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue