14 lines
249 B
JSON
14 lines
249 B
JSON
{
|
|
"luci-proto-wireguard": {
|
|
"description": "Grant access to LuCI Wireguard procedures",
|
|
"write": {
|
|
"ubus": {
|
|
"luci.wireguard": [
|
|
"generateKeyPair",
|
|
"getPublicAndPrivateKeyFromPrivate",
|
|
"generateQrCode"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|