1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Use js for luci-app-omr-bypass

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-03-21 13:56:29 +01:00
parent 126f1c84fd
commit 1c1e2ee8ca
5 changed files with 185 additions and 178 deletions

View file

@ -0,0 +1,11 @@
{
"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" ],
}
}
}
}