luci/protocols/luci-proto-wireguard/root/usr/share/rpcd/acl.d/luci-wireguard.json
lvoegl 8530232f51 luci-proto-wireguard: client qr code generation
Signed-off-by: lvoegl <lvoegl@tdt.de>
2021-09-17 14:15:56 +02:00

13 lines
207 B
JSON

{
"luci-proto-wireguard": {
"description": "Grant access to LuCI Wireguard procedures",
"write": {
"ubus": {
"luci.wireguard": [
"generateKeyPair",
"generateQrCode"
]
}
}
}
}