0
0
mirror of https://github.com/openwrt/luci.git synced 2025-02-23 11:16:17 +00:00
Ramon Van Gorkom 7a9ae6811f luci-app-usteer: added nslookup/hosthint lookup of AP IP address
Signed-off-by: Ramon Van Gorkom <Ramon00c00@gmail.com>
2024-01-29 02:18:39 +01:00

23 lines
467 B
JSON

{
"luci-app-usteer": {
"description": "Grant UCI access to LuCI app usteer",
"read": {
"ubus": {
"uci": [ "get" ],
"usteer": [ "remote_info","remote_hosts", "local_info", "get_clients"],
"luci-rpc": [ "getHostHints" ],
"network.rrdns": [ "lookup" ]
},
"uci": [
"usteer"
]
},
"write": {
"ubus": {
"uci": [ "set", "commit" ]
},
"uci": [ "usteer" ]
}
}
}