ruantiblock-mod-lua, ruantiblock-mod-py: fixed rublacklist

This commit is contained in:
gSpot
2023-08-31 18:59:10 +03:00
parent a933fc36f9
commit 91749b6ace
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ruantiblock-mod-py
PKG_VERSION:=1.3
PKG_RELEASE:=0
PKG_RELEASE:=1
PKG_MAINTAINER:=gSpot <https://github.com/gSpotx2f/ruantiblock_openwrt>
include $(INCLUDE_DIR)/package.mk
@@ -380,7 +380,7 @@ class RblFQDN(BlackListParser):
def __init__(self):
super().__init__()
self.url = self.RBL_ALL_URL
self.records_separator = '{"authority": '
self.records_separator = '{"appearDate": '
self.ips_separator = ", "
def parser_func(self):