From c4947eacba885ce3eff2f886fd508555d8bf9a97 Mon Sep 17 00:00:00 2001 From: billz Date: Wed, 25 Oct 2023 11:15:49 +0100 Subject: [PATCH] Update w/ provider account_pages --- config/vpn-providers.json | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/config/vpn-providers.json b/config/vpn-providers.json index cfed0f73..854a661a 100644 --- a/config/vpn-providers.json +++ b/config/vpn-providers.json @@ -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": { - } } ] }