mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
12 lines
179 B
JSON
12 lines
179 B
JSON
{
|
|
"luci-app-arpbind": {
|
|
"description": "Grant UCI access for luci-app-arpbind",
|
|
"read": {
|
|
"uci": [ "arpbind" ]
|
|
},
|
|
"write": {
|
|
"uci": [ "arpbind" ]
|
|
}
|
|
}
|
|
}
|