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",
"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": {
}
}
]
}