raspap-webgui-mirror/config/vpn-providers.json

33 lines
1,004 B
JSON
Raw Normal View History

2023-10-12 15:42:31 +00:00
{
"providers": [
{
"id": 1,
"name": "ExpressVPN",
"bin_path": "/usr/bin/expressvpn",
2023-10-13 06:47:35 +00:00
"install_page": "",
"commands": "connect disconnect status version"
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",
"commands": "connect disconnect status version"
},
{
"id": 3,
2023-10-12 15:42:31 +00:00
"name": "NordVPN",
"bin_path": "/usr/bin/nordvpn",
2023-10-13 06:47:35 +00:00
"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"
2023-10-12 15:42:31 +00:00
}
]
}