mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Initial commit
This commit is contained in:
parent
ca157b1789
commit
7a1d6492b2
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…
x
Reference in New Issue
Block a user