mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 17:10:26 +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,
|
"id": 1,
|
||||||
"name": "ExpressVPN",
|
"name": "ExpressVPN",
|
||||||
"bin_path": "/usr/bin/expressvpn",
|
"bin_path": "/usr/bin/expressvpn",
|
||||||
"install_page": "",
|
"install_page": "https://www.expressvpn.com/support/vpn-setup/app-for-linux/",
|
||||||
"commands": "connect disconnect status version"
|
"cmd_overrides": {
|
||||||
|
"countries": "list"
|
||||||
|
},
|
||||||
|
"status": {
|
||||||
|
"connected": "connected"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"name": "Mullvad VPN",
|
"name": "Mullvad VPN",
|
||||||
"bin_path": "/usr/bin/mullvad",
|
"bin_path": "/usr/bin/mullvad",
|
||||||
"install_page": "https://mullvad.net/en/download/vpn/linux",
|
"install_page": "https://mullvad.net/en/download/vpn/linux",
|
||||||
"commands": "connect disconnect status version"
|
"cmd_overrides": {
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"name": "NordVPN",
|
"name": "NordVPN",
|
||||||
"bin_path": "/usr/bin/nordvpn",
|
"bin_path": "/usr/bin/nordvpn",
|
||||||
"install_page": "https://nordvpn.com/download/linux/",
|
"install_page": "https://nordvpn.com/download/linux/",
|
||||||
"commands": "connect disconnect status version"
|
"cmd_overrides": {
|
||||||
|
},
|
||||||
|
"status": {
|
||||||
|
"connected": "connected",
|
||||||
|
"disconnected": "disconnected"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"name": "Proton VPN",
|
"name": "Proton VPN",
|
||||||
"bin_path": "/usr/bin/protonvpn-cli",
|
"bin_path": "/usr/bin/protonvpn-cli",
|
||||||
"install_page": "https://protonvpn.com/support/linux-vpn-tool/",
|
"install_page": "https://protonvpn.com/support/linux-vpn-tool/",
|
||||||
"commands": "connect disconnect status version"
|
"cmd_overrides": {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue