mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Add basic commands for Linux provider CLIs
This commit is contained in:
parent
d3c9b00e89
commit
ac7b4ccb28
@ -3,12 +3,14 @@
|
||||
{
|
||||
"id": 1,
|
||||
"name": "ExpressVPN",
|
||||
"bin_path": "/usr/bin/expressvpn"
|
||||
"bin_path": "/usr/bin/expressvpn",
|
||||
"commands": "connect disconnect status version"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "NordVPN",
|
||||
"bin_path": "/usr/bin/nordvpn"
|
||||
"bin_path": "/usr/bin/nordvpn",
|
||||
"commands": "connect disconnect status version"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user