23 lines
377 B
JSON
23 lines
377 B
JSON
{
|
|
"luci-proto-amneziawg": {
|
|
"description": "Grant access to LuCI AmneziaWG procedures",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.amneziawg": [
|
|
"getAwgInstances"
|
|
]
|
|
},
|
|
"uci": [ "ddns", "system", "network" ]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.amneziawg": [
|
|
"generateKeyPair",
|
|
"getPublicAndPrivateKeyFromPrivate",
|
|
"generatePsk"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|