Update luci-app-zapret module

This commit is contained in:
remittor
2024-10-11 21:10:31 +03:00
parent 90a47b3058
commit 1f73e6f451
5 changed files with 99 additions and 73 deletions

View File

@@ -8,9 +8,9 @@
"/opt/zapret/ipset/*": [ "read" ],
"/etc/crontabs/root": [ "read" ],
"/etc/init.d/zapret*": [ "exec" ],
"/opt/zapret/sync_config.sh": [ "exec" ]
"/opt/zapret/sync_config.sh*": [ "exec" ]
},
"uci": [ "zapret", "network", "firewall" ],
"uci": [ "zapret", "network" ],
"ubus": {
"luci": [ "getInitList", "setInitAction" ]
}