0
0
mirror of https://github.com/openwrt/luci.git synced 2025-02-07 09:19:55 +00:00
Jo-Philipp Wich 6a2a53a829 protocols: add client side protocol handler implementations
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-09-10 15:28:16 +02:00

18 lines
312 B
JSON

{
"luci-proto-openconnect": {
"description": "Grant access to LuCI OpenConnect procedures",
"read": {
"ubus": {
"luci.openconnect": [ "getCertificates" ]
},
"uci": [ "network" ]
},
"write": {
"ubus": {
"luci.openconnect": [ "setCertificates" ]
},
"uci": [ "network" ]
}
}
}