mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 19:11:51 +00:00
18 lines
No EOL
341 B
JSON
18 lines
No EOL
341 B
JSON
{
|
|
"luci-app-omr-bypass": {
|
|
"description": "Grant access to ndpi resources",
|
|
"read": {
|
|
"file": {
|
|
"/proc/net/xt_ndpi/proto": [ "read" ],
|
|
"/proc/net/xt_ndpi/host_proto": [ "read" ]
|
|
},
|
|
"ubus": {
|
|
"luci-rpc": [ "getHostHints" ]
|
|
},
|
|
"uci": [ "omr-bypass" ]
|
|
},
|
|
"write": {
|
|
"uci": [ "omr-bypass" ]
|
|
}
|
|
}
|
|
} |