Updated: blacklist_sources, fqdn_filter. Minor fixes.

This commit is contained in:
gSpot
2024-12-15 16:39:24 +03:00
parent 2227aa2306
commit 50a1c68afd
11 changed files with 33 additions and 13 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-ruantiblock
PKG_VERSION:=2.1.1
PKG_VERSION:=2.1.2
PKG_RELEASE:=1
LUCI_TITLE:=LuCI support for ruantiblock
LUCI_DEPENDS:=+ruantiblock
@@ -702,7 +702,7 @@ return view.extend({
fs.exec_direct(tools.execPath, [ 'restart' ]).then(
() => console.log(tools.execPath + ' restarted...')
);
}, 1000);
}, 2000);
});
};
tasks.push(res);