mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 00:50:29 +00:00
Update w/ provider account_pages
This commit is contained in:
parent
f254c01549
commit
c4947eacba
1 changed files with 3 additions and 8 deletions
|
@ -5,6 +5,7 @@
|
|||
"name": "ExpressVPN",
|
||||
"bin_path": "/usr/bin/expressvpn",
|
||||
"install_page": "https://www.expressvpn.com/support/vpn-setup/app-for-linux/",
|
||||
"account_page": "https://www.expressvpn.com/subscriptions",
|
||||
"cmd_overrides": {
|
||||
"countries": "list all",
|
||||
"log": "diagnostics",
|
||||
|
@ -22,6 +23,7 @@
|
|||
"name": "Mullvad VPN",
|
||||
"bin_path": "/usr/bin/mullvad",
|
||||
"install_page": "https://mullvad.net/en/download/vpn/linux",
|
||||
"account_page": "https://mullvad.net/en/account",
|
||||
"cmd_overrides": {
|
||||
"account": "account get",
|
||||
"countries": "relay list",
|
||||
|
@ -39,6 +41,7 @@
|
|||
"name": "NordVPN",
|
||||
"bin_path": "/usr/bin/nordvpn",
|
||||
"install_page": "https://nordvpn.com/download/linux/",
|
||||
"account_page": "https://my.nordaccount.com/dashboard/",
|
||||
"cmd_overrides": {
|
||||
"log": "status"
|
||||
},
|
||||
|
@ -47,14 +50,6 @@
|
|||
"pattern": "(\\w+)\\s+",
|
||||
"replace": "$1,$1\\n"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"name": "Proton VPN",
|
||||
"bin_path": "/usr/bin/protonvpn-cli",
|
||||
"install_page": "https://protonvpn.com/support/linux-vpn-tool/",
|
||||
"cmd_overrides": {
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue