diff options
author | Ramon Van Gorkom <Ramon00c00@gmail.com> | 2024-01-16 18:40:31 +0100 |
---|---|---|
committer | Paul Donald <itsascambutmailmeanyway@gmail.com> | 2024-01-29 02:18:39 +0100 |
commit | 7a9ae6811fece6512a432af352b4e774fe4a05ed (patch) | |
tree | 4da005a498b908bca0c9977ce9208b02fd68f863 /applications/luci-app-usteer/root/usr | |
parent | 75a2fd233baabf6fa5bafcb13ccc6d7000a4604d (diff) |
luci-app-usteer: added nslookup/hosthint lookup of AP IP address
Signed-off-by: Ramon Van Gorkom <Ramon00c00@gmail.com>
Diffstat (limited to 'applications/luci-app-usteer/root/usr')
-rw-r--r-- | applications/luci-app-usteer/root/usr/share/rpcd/acl.d/luci-app-usteer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/applications/luci-app-usteer/root/usr/share/rpcd/acl.d/luci-app-usteer.json b/applications/luci-app-usteer/root/usr/share/rpcd/acl.d/luci-app-usteer.json index e5740f5155..e0d24e880b 100644 --- a/applications/luci-app-usteer/root/usr/share/rpcd/acl.d/luci-app-usteer.json +++ b/applications/luci-app-usteer/root/usr/share/rpcd/acl.d/luci-app-usteer.json @@ -5,7 +5,8 @@ "ubus": { "uci": [ "get" ], "usteer": [ "remote_info","remote_hosts", "local_info", "get_clients"], - "luci-rpc": [ "getHostHints" ] + "luci-rpc": [ "getHostHints" ], + "network.rrdns": [ "lookup" ] }, "uci": [ "usteer" |