mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
17 lines
388 B
JSON
17 lines
388 B
JSON
{
|
|
"providers": [
|
|
{
|
|
"id": 1,
|
|
"name": "ExpressVPN",
|
|
"bin_path": "/usr/bin/expressvpn",
|
|
"commands": "connect disconnect status version"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "NordVPN",
|
|
"bin_path": "/usr/bin/nordvpn",
|
|
"commands": "connect disconnect status version"
|
|
}
|
|
]
|
|
}
|