feat: update luci awg

This commit is contained in:
s.shchipunov
2025-09-29 00:38:30 +07:00
parent 7740f55534
commit 9bc094ec4d
10 changed files with 511 additions and 166 deletions

View File

@@ -0,0 +1,22 @@
{
"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"
]
}
}
}
}