mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 09:00:25 +00:00
Initial commit
This commit is contained in:
parent
ca157b1789
commit
7a1d6492b2
1 changed files with 14 additions and 0 deletions
14
config/vpn-providers.json
Normal file
14
config/vpn-providers.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"providers": [
|
||||
{
|
||||
"id": 1,
|
||||
"name": "ExpressVPN",
|
||||
"bin_path": "/usr/bin/expressvpn"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "NordVPN",
|
||||
"bin_path": "/usr/bin/nordvpn"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue