Update w/ provider account_pages

This commit is contained in:
billz 2023-10-25 11:15:49 +01:00
parent f254c01549
commit c4947eacba

View file

@ -5,6 +5,7 @@
"name": "ExpressVPN", "name": "ExpressVPN",
"bin_path": "/usr/bin/expressvpn", "bin_path": "/usr/bin/expressvpn",
"install_page": "https://www.expressvpn.com/support/vpn-setup/app-for-linux/", "install_page": "https://www.expressvpn.com/support/vpn-setup/app-for-linux/",
"account_page": "https://www.expressvpn.com/subscriptions",
"cmd_overrides": { "cmd_overrides": {
"countries": "list all", "countries": "list all",
"log": "diagnostics", "log": "diagnostics",
@ -22,6 +23,7 @@
"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",
"account_page": "https://mullvad.net/en/account",
"cmd_overrides": { "cmd_overrides": {
"account": "account get", "account": "account get",
"countries": "relay list", "countries": "relay list",
@ -39,6 +41,7 @@
"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/",
"account_page": "https://my.nordaccount.com/dashboard/",
"cmd_overrides": { "cmd_overrides": {
"log": "status" "log": "status"
}, },
@ -47,14 +50,6 @@
"pattern": "(\\w+)\\s+", "pattern": "(\\w+)\\s+",
"replace": "$1,$1\\n" "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": {
}
} }
] ]
} }