mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Add providers with known Linux CLIs
This commit is contained in:
parent
72cac43c0f
commit
f7bdcb4e63
@ -4,12 +4,28 @@
|
||||
"id": 1,
|
||||
"name": "ExpressVPN",
|
||||
"bin_path": "/usr/bin/expressvpn",
|
||||
"install_page": "",
|
||||
"commands": "connect disconnect status version"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Mullvad VPN",
|
||||
"bin_path": "/usr/bin/mullvad",
|
||||
"install_page": "https://mullvad.net/en/download/vpn/linux",
|
||||
"commands": "connect disconnect status version"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "NordVPN",
|
||||
"bin_path": "/usr/bin/nordvpn",
|
||||
"install_page": "https://nordvpn.com/download/linux/",
|
||||
"commands": "connect disconnect status version"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"name": "Proton VPN",
|
||||
"bin_path": "/usr/bin/protonvpn-cli",
|
||||
"install_page": "https://protonvpn.com/support/linux-vpn-tool/",
|
||||
"commands": "connect disconnect status version"
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user