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:
parent
495d658f29
commit
443374df8c
43 changed files with 9383 additions and 1137 deletions
|
@ -8,4 +8,6 @@ uci -q batch <<-EOF >/dev/null
|
|||
EOF
|
||||
|
||||
rm -f /tmp/luci-indexcache
|
||||
mkdir -p /etc/shadowsocks-libev
|
||||
/etc/init.d/rpcd reload
|
||||
exit 0
|
||||
|
|
|
@ -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" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue