mirror of
https://github.com/remittor/zapret-openwrt.git
synced 2025-12-13 15:06:49 +03:00
luci: Fix path to main zapret script
This commit is contained in:
@@ -36,7 +36,7 @@ document.head.append(E('style', {'type': 'text/css'},
|
|||||||
|
|
||||||
return baseclass.extend({
|
return baseclass.extend({
|
||||||
appName : 'zapret',
|
appName : 'zapret',
|
||||||
execPath : '/opt/zapret/init.d/openwrt/zapret',
|
execPath : '/etc/init.d/zapret',
|
||||||
hostsUserFN : '/opt/zapret/ipset/zapret-hosts-user.txt',
|
hostsUserFN : '/opt/zapret/ipset/zapret-hosts-user.txt',
|
||||||
hostsUserExcludeFN: '/opt/zapret/ipset/zapret-hosts-user-exclude.txt',
|
hostsUserExcludeFN: '/opt/zapret/ipset/zapret-hosts-user-exclude.txt',
|
||||||
iplstExcludeFN : '/opt/zapret/ipset/zapret-ip-exclude.txt',
|
iplstExcludeFN : '/opt/zapret/ipset/zapret-ip-exclude.txt',
|
||||||
|
|||||||
Reference in New Issue
Block a user