mirror of
https://github.com/gSpotx2f/ruantiblock_openwrt.git
synced 2026-05-14 14:40:58 +00:00
Update ruablacklist URLs, fixed uninstall.sh (APK).
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=luci-app-ruantiblock
|
||||
PKG_VERSION:=2.1.11
|
||||
PKG_VERSION:=2.1.12
|
||||
PKG_RELEASE:=1
|
||||
PKG_MAINTAINER:=gSpot <https://github.com/gSpotx2f/ruantiblock_openwrt>
|
||||
LUCI_TITLE:=LuCI support for ruantiblock
|
||||
|
||||
@@ -116,7 +116,7 @@ return view.extend({
|
||||
if(p_dir_arr) {
|
||||
p_dir_arr.forEach(e => {
|
||||
let fname = e.name;
|
||||
if(fname.startsWith('ruab_parser')) {
|
||||
if(fname.startsWith('ruab_parser.')) {
|
||||
this.parsers[fname] = tools.parsersDir + '/' + fname;
|
||||
};
|
||||
});
|
||||
|
||||
@@ -60,9 +60,9 @@ return baseclass.extend({
|
||||
'zapret-info-fqdn' : [ '*zapret-info', 'fqdn', 'https://github.com/zapret-info/z-i' ],
|
||||
'zapret-info-fqdn-only': [ '*zapret-info', 'fqdn-only', 'https://github.com/zapret-info/z-i' ],
|
||||
'zapret-info-ip' : [ '*zapret-info', 'ip', 'https://github.com/zapret-info/z-i' ],
|
||||
'rublacklist-fqdn' : [ '*rublacklist', 'fqdn', 'https://rublacklist.net' ],
|
||||
'rublacklist-fqdn-only': [ '*rublacklist', 'fqdn-only', 'https://rublacklist.net' ],
|
||||
'rublacklist-ip' : [ '*rublacklist', 'ip', 'https://rublacklist.net' ],
|
||||
'rublacklist-fqdn' : [ '*rublacklist', 'fqdn', 'https://blockedin.org' ],
|
||||
'rublacklist-fqdn-only': [ '*rublacklist', 'fqdn-only', 'https://blockedin.org' ],
|
||||
'rublacklist-ip' : [ '*rublacklist', 'ip', 'https://blockedin.org' ],
|
||||
'antifilter-fqdn' : [ '*antifilter', 'fqdn', 'https://antifilter.download' ],
|
||||
'antifilter-fqdn-only' : [ '*antifilter', 'fqdn-only', 'https://antifilter.download' ],
|
||||
'antifilter-ip' : [ '*antifilter', 'ip', 'https://antifilter.download' ],
|
||||
|
||||
Reference in New Issue
Block a user