mirror of
https://github.com/Slava-Shchipunov/awg-openwrt.git
synced 2026-03-14 01:13:09 +00:00
* feat: update awg tools * feat: update kmod-awg * feat: update luci awg * feat: update build-module.yml * feat: update amneziawg-install.sh * feat: update README.md * fix: fix paths * fix: fix adding packages * fix: fix regexp * fix: fix feeds install * chore: disable run-release.yml * feat: add rus lang package * fix: install python3-pyelftools in build job * feat: add manual start for build * chore: remove build to all snapshots
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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|