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

Update luci-app-shadowsocks-libev

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-11-19 18:34:02 +01:00
parent 495d658f29
commit 443374df8c
43 changed files with 9383 additions and 1137 deletions

View file

@ -0,0 +1,15 @@
{
"luci-app-shadowsocks-libev": {
"description": "Grant service list access to LuCI app shadowsocks-libev",
"read": {
"ubus": {
"service": [ "list" ]
}
},
"write": {
"file": {
"/etc/shadowsocks-libev/*": [ "write" ]
}
}
}
}