2023-10-12 15:42:31 +00:00
|
|
|
{
|
|
|
|
"providers": [
|
|
|
|
{
|
|
|
|
"id": 1,
|
|
|
|
"name": "ExpressVPN",
|
2023-10-12 17:17:00 +00:00
|
|
|
"bin_path": "/usr/bin/expressvpn",
|
2023-10-15 19:17:16 +00:00
|
|
|
"install_page": "https://www.expressvpn.com/support/vpn-setup/app-for-linux/",
|
|
|
|
"cmd_overrides": {
|
2023-10-19 12:07:26 +00:00
|
|
|
"countries": "list all",
|
|
|
|
"log": "diagnostics"
|
2023-10-15 19:17:16 +00:00
|
|
|
},
|
2023-10-19 12:07:26 +00:00
|
|
|
"regex": {
|
|
|
|
"status": "\/not connected\/",
|
|
|
|
"pattern": "\/^(.{2,5})\\s(?:.{1,28})(.{1,26}).*$\/",
|
|
|
|
"replace": "$1,$2",
|
|
|
|
"slice": 3
|
2023-10-15 19:17:16 +00:00
|
|
|
}
|
2023-10-12 15:42:31 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": 2,
|
2023-10-13 06:47:35 +00:00
|
|
|
"name": "Mullvad VPN",
|
|
|
|
"bin_path": "/usr/bin/mullvad",
|
|
|
|
"install_page": "https://mullvad.net/en/download/vpn/linux",
|
2023-10-15 19:17:16 +00:00
|
|
|
"cmd_overrides": {
|
2023-10-20 15:43:59 +00:00
|
|
|
"account": "account get",
|
|
|
|
"countries": "relay list",
|
|
|
|
"log": "status -v",
|
|
|
|
"version": "--version"
|
|
|
|
},
|
|
|
|
"regex": {
|
|
|
|
"status": "\/disconnected\/",
|
|
|
|
"pattern": "\/^(.*),.*$\/",
|
|
|
|
"replace": "$1"
|
2023-10-15 19:17:16 +00:00
|
|
|
}
|
2023-10-13 06:47:35 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": 3,
|
2023-10-12 15:42:31 +00:00
|
|
|
"name": "NordVPN",
|
2023-10-12 17:17:00 +00:00
|
|
|
"bin_path": "/usr/bin/nordvpn",
|
2023-10-13 06:47:35 +00:00
|
|
|
"install_page": "https://nordvpn.com/download/linux/",
|
2023-10-15 19:17:16 +00:00
|
|
|
"cmd_overrides": {
|
2023-10-19 12:07:26 +00:00
|
|
|
"log": "status"
|
2023-10-15 19:17:16 +00:00
|
|
|
},
|
2023-10-19 12:07:26 +00:00
|
|
|
"regex": {
|
|
|
|
"status": "\/status: (\\w+)\/",
|
|
|
|
"pattern": "(\\w+)\\s+",
|
|
|
|
"replace": "$1,$1\\n"
|
2023-10-15 19:17:16 +00:00
|
|
|
}
|
2023-10-13 06:47:35 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": 4,
|
|
|
|
"name": "Proton VPN",
|
|
|
|
"bin_path": "/usr/bin/protonvpn-cli",
|
|
|
|
"install_page": "https://protonvpn.com/support/linux-vpn-tool/",
|
2023-10-15 19:17:16 +00:00
|
|
|
"cmd_overrides": {
|
|
|
|
}
|
2023-10-12 15:42:31 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|