raspap-webgui/config/vpn-providers.json
2023-10-13 08:47:35 +02:00

33 lines
1004 B
JSON

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